Zum Hauptinhalt springen
Version: 6.17

Usability improvements for CM/Track V3

The following usability improvements for the CM/Track V3 have been made.

Support for radio button and list display for booleans (#662049)

The values Radio buttons and List for the Boolean display setting are now respected in CM/Track V3 so that it is possible to display boolean fields as radio buttons or lists, providing more flexibility in how boolean fields are presented and interacted with in the user interface.

The behavior when the field is set as required is aligned with the Web Client and depends on the type of display:

  • Checkbox: The checkbox must be selected (true)
  • Radio buttons: One of the radio buttons (Yes or No) must be selected.
  • List: One of the list values (Yes or No) must be selected.

Display of systems comment authors improved (#664720)

Comments which are created by the system now have user-friendly labels in the case history, making it easier for users to understand their origin. The following attributes are added automatically to the localization.json files. They can be modified as desired.

"history_author_workflow_timer": "workflow timer",
"history_author_webhook": "webhook call",
"history_author_task": "system task"

Configurable error message for generic server errors (#664930)

When a server error (HTTP 500) occurs, an error message is now shown in CM/Track V3. The error message can be adjusted in the new attribute default_error_message, which is automatically added to the localization.json files on update.

Clickable boolean field labels (#665336)

The users can now click on the labels of boolean fields to select or unselect the associated checkboxes.