stable
Clone or download
Read-only
request #30746 - Remove list picker feature flag
As discussed with the team, there is no longer a reason to keep this feature flag in the codebase. It's been more than 2 years now that list-picker has been introduced in Tuleap, it's time to remove it. How to test: - Run forgeupgrade --> The feature_flag_use_list_pickers_in_trackers_and_modals is no longer present in the forgeconfig table - No functional changes expected in -- Move artifact modal -- Possible parent selector (in artifact view) -- Workflow transitions Change-Id: Id300f71652886ce0b1164db803942e24efe37a79
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +0 | −1 | Go to diff View file |
D | plugins/tracker/db/mysql/updates/2020/202012071055_enable_list_picker_in_tracker.php | +0 | −49 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2023/202302031615_remove_feature_flag_use_list_pickers_in_trackers_and_modals.php | +35 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveModalPresenter.php | +5 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ListFieldsIncluder.php | +3 | −3 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php | +0 | −101 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRenderer.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php | +3 | −10 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/scripts/artifact-action-buttons/src/components/ProjectSelector.vue | +7 | −11 | Go to diff View file |
M | plugins/tracker/scripts/artifact-action-buttons/src/components/TrackerSelector.vue | +6 | −11 | Go to diff View file |
M | plugins/tracker/scripts/artifact-action-buttons/src/from-tracker-presenter.js | +2 | −15 | Go to diff View file |
M | plugins/tracker/scripts/artifact-action-buttons/src/modal.js | +1 | −4 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue | +0 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.test.js | +7 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue | +18 | −50 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.test.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.vue | +8 | −44 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.test.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue | +8 | −46 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/index.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/module.js | +0 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +0 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/support/factories.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/templates/action-buttons/move-artifact-modal.mustache | +0 | −1 | 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/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php | +0 | −83 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRendererTest.php | +0 | −3 | Go to diff View file |