Configuration
Task list view
The task list view supports two different view types:
-
Overview and task list (default)
-
Overview, task list and task content
The two view types differ in whether the content of a selected task should be displayed directly on the task list page or opened in a pop-up dialog. The latter is the default.
Task list view configuration
|
Configuration in the INUBIT
The settings listed here are overwritten during (re)deployment from the INUBIT. They should therefore be preconfigured centrally in the INUBIT for all interaction instances to prevent unintentional overwriting. |
To change the view settings, open the configuration of the desired component and select "Tasklist_Configuration".
In the displayed JSON structure, the following Parameters control the view:
-
masterDetailView: Switches the area for the direct display of the task content on (
true) or off (false) -
masterViewPosition: Determines the position of the task content display relative to the task list: right/east (
east), left/west (west), above/north (north), below/south (south) -
masterViewSize: Default pixel width of the task content display
-
Force valid JavaScript: If JavaScript is used in task content, this option forces the executed JS to be valid. If errors occur, execution is stopped and a corresponding message is displayed. When deactivated, the JS is also executed, but errors are then only visible in the browser console.