stable
Clone or download
Read-only
Use the list picker in the "Condition of transition" part in the workflow transition modal
Part of: story #16646 have searchable (multi) select boxes with (static binding, no dependencies) in modal This contribution add also the feature flag for this modal No functionnal change exepected. Change-Id: I4f9d1427ca171ec0a407d08f84dc6d3e8b1d3183
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.test.js | +40 | −21 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue | +70 | −23 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.vue | +58 | −12 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue | +56 | −11 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.test.js | +2 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue | +6 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/index.js | +2 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/module.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +6 | −1 | Go to diff View file |
M | plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache | +1 | −0 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/_workflow.scss | +2 | −0 | Go to diff View file |
M | src/scripts/list-picker/src/renderers/BaseComponentRenderer.ts | +1 | −1 | Go to diff View file |