stable

Clone or download

Read-only

Authorized user groups selectbox no longer shows value

Part of the story #12187: Configure workflow pre & post actions at target state level How to test: - Without this patch, wWhen you edit a transition with the modal, the user groups that are authorized to pass the transition are no longer shown in the selectbox. Also took the opportunity to use named slots to simplify the skeleton. This was introduced by git #tuleap/stable/7252a66949988f8be1ea93e590f068f1a126a584 Change-Id: I68134375569db058fa8aca63d180a8562d620789

Modified Files

Name
R plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PreConditionsSection.spec.js Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue +155 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PreConditionsSection.vue +8 −171 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PreConditionsSkeleton.vue +48 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue +21 −10 Go to diff View file