stable
Clone or download
Read-only
This is part of story #12188 hide fieldsets according to state The hidden fieldsets post action can now be retrived and defined in the state modale in the new workflow view. To have this working, the feature flag $sys_should_use_hidden_fieldsets_post_actions must be set to 1 in the local.inc file or in database. Change-Id: I16c6b48f99c036bcd3142556576b1f9c840e919a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/constants/fields-constants.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/po/fr.po | +25 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/app.spec.js | +1 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.spec.js | +86 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue | +96 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.spec.js | +28 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.vue | +64 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue | +11 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/constants/workflow-constants.js | +3 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +9 | −1 | Go to diff View file |