Versions Compared

Key

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

...

showIconForUnacknowledgedWarnings

Boolean option whether to show an opaque warning icon () in the status bar when unacknowledged warnings are present in database. Only if no unacknowledged errors are present. 

Code Block
xml
xml
  <showIconForUnacknowledgedWarnings>true</showIconForUnacknowledgedWarnings>



ocConfigDirPermission

When a local config dir in the OC region home is detected the user is asked to restart using this config dir. This feature is for testing purposes and can be disabled for normal users by specifying a required permission.  Fews will always first start with the database config before asking to restart. The permission from the original config is used.

Code Block
<ocConfigDirPermission>admin</ocConfigDirPermission>

DebugMenuPermission

If the user has the debug menu permission, by pressing F12, the debug menu appears. Please note, if this permission is not configured, then the debug menu can be accessed by all users. An example of how to configure the debug menu permission and an screenshot of the debug menu follow:

...