stable

Clone or download

Read-only

Remove Hidden Fieldsets feature flag

This change is part of story #12188 Change-Id: Iddd1279f3ec63cd8b009b22c2d217e7894814a6c

Modified Files

Name
M plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php +10 −58 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/EditArtifactInPlacePresenter.php +0 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +0 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Container/Fieldset/HiddenFieldsetChecker.php +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php +0 −6 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Transition_PostActionFactory.class.php +4 −10 Go to diff View file
M plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php +36 −76 Go to diff View file
M plugins/tracker/phpunit/Tracker/FormElement/Container/Fieldset/HiddenFieldsetCheckerTest.php +0 −17 Go to diff View file
M plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache +0 −1 Go to diff View file
D plugins/tracker/tests/rest/setup.sh +0 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue +3 −7 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.spec.js +1 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.spec.js +1 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.vue +1 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue +1 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/index.js +1 −6 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/mutations.js +0 −4 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/state.js +1 −2 Go to diff View file