stable
Clone or download
Read-only
This is part of story #12188 hide fieldsets according to state If you have manually created a hidden fieldsets post action for a given state, when you switch your workflow from simple to advanced mode, then the post action is deleted. The modale warning message is updated if you have set the feature flag. Change-Id: Ie88d412e8d34e0b1f213c73d665f4f1c0e22fee7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/TrackersResource.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/ModeUpdater.php | +10 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php | +10 | −3 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDao.php | +19 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/ModeUpdaterTest.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/po/fr.po | +7 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue | +14 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/index.js | +9 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/mutations.js | +4 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/state.js | +2 | −1 | Go to diff View file |