OX6:DefaultTreeView

From Open-Xchange
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 activation 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.