Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Affected version(s): 7.10.5

Symptom

With 7.10.5 a new greeting dialog was introduced to show the new main features of that version. It is shown for all users once but you want to disable it.

Solution

It is possible to disable the dialog for all users or finer grained with the config cascade. The used option is io.ox/core//whatsNew/autoStart.

To disable it for all users put the option into a configuration file, for example /opt/open-xchange/etc/settings/appsuite.properties


Code Block
io.ox/core//whatsNew/autoStart=false

Note: the setting is case sensitive.

A reloadconfiguration or a restart of the open-xchange service activates the setting.

See also: https://documentation.open-xchange.com/7.10.5/ui/configuration/settings-list-of.html#whats-new-dialog


Content by Label
showLabelsfalse
max5
spacesSKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("new","dialog","pop-up") and type = "page" and space = "SKB"
labelsnew pop-up dialog

Page properties
hiddentrue


Related issues