stable

Clone or download

Read-only

Workflow transition modal should still save the new configuration when the list picker is disabled

Part of: story #16646 have searchable (multi) select boxes with (static binding, no dependencies) in modal If the list picker is disabled and when the user change the configuration of a transition, the new configuration was not taken in account. How to test: - Disable the list picker: `tuleap config-set feature_flag_use_list_pickers_in_trackers_and_modals 0 ` in your tuleap container - Go to the workflow transition modal. - Configure the fields : 'Fields(s) that must not be empty`, hidden fieldsets and frozen fields. - Save => If you reopen the modal, you should see the saved configuration. Change-Id: I4e72cc43f77111d1d2b70b52dca6cdab792c71b8

Modified Files

Name
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue +1 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.vue +1 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue +1 −0 Go to diff View file