OX6:DefaultTreeView

Revision as of 11:46, 27 November 2015 by Choeger (talk | contribs) (Choeger moved page DefaultTreeView to OX6:DefaultTreeView)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changing the default tree view in Open-Xchange

Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI. Although it is possible to switch back to the previous view as a user individually in activating the expert mode, some operators might want to use the old mode per default.

This can be done in creating a configuration file

/opt/open-xchange/etc/groupware/settings/view.properties

with the content

#(enable the check)
modules/com.openexchange.settings.folder/show=true
# [1-3] (condition, 1=all user, 2=all user with infostore, 3=as 2 but user must
# have at least n files stored in the infostore)
modules/com.openexchange.settings.folder/condition=1
# (if condition set to 3 this is the minimum number of files a user must have)
modules/com.openexchange.settings.folder/minFiles=1

Note: This requires to have at least 6.18.2-Rev20 installed.