Skip to content

Migrate note fields of content_items and content_item_definitions to use...

Daniel Schwab requested to merge fix_richtext_images_not_saved_on_create_item into main

Migrate note fields of content_items and content_item_definitions to use default_value instead of option.text value. Add default_value to dossier_item_definitions and use it to store note text instead of option.text value. Refactor frontend and backend to edit default_values of content_items, content_item_definitions and dossier_item_definitions.

Merge request reports