Difference between revisions of "OX6:DefaultTreeView"

(Created page with "= 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 s...")
 
m (Choeger moved page DefaultTreeView to OX6:DefaultTreeView)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Since Open-Xchange 6.18, a new tree view has been introduced to enhance usability of the Web UI.
 
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.
+
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
 
This can be done in creating a configuration file
Line 17: Line 17:
 
  # (if condition set to 3 this is the minimum number of files a user must have)
 
  # (if condition set to 3 this is the minimum number of files a user must have)
 
  modules/com.openexchange.settings.folder/minFiles=1
 
  modules/com.openexchange.settings.folder/minFiles=1
 +
 +
'''Note: This requires to have at least 6.18.2-Rev20 installed.'''

Latest revision as of 11:46, 27 November 2015

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.