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 is 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 INUBIT
The settings listed here are overwritten during (re)deployment from INUBIT. Therefore, they should be preconfigured centrally in INUBIT for all Interaction instances to prevent unintended 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: Enables (
true) or disables (false) the area for direct display of the task content -
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 ensures that the executed JS is valid. If errors occur, execution is stopped and a corresponding message is displayed. When disabled, the JS is still executed, but errors are only visible in the browser console.