stable

Clone or download

Read-only

chore: Remove list-picker feature flag from artifact-modal

part of request #22648 Convert AngularJS directives and controllers to hybrids web components How to test: The artifact-modal has list-pickers even if it is disabled in: - planningV2 - Kanban - Kanban widgets - TestManagement Change-Id: I83cc5e24a43baf26f4205d76e5926ccea1213be3

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +0 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.php +8 −16 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js +2 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js +16 −17 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-main-controller.js +0 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/shared-properties/shared-properties-service.js +0 −7 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js +13 −13 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/edit-item/edit-item-service.js +1 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js +0 −8 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js +3 −10 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js +14 −16 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js +0 −21 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +0 −1 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +0 −2 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +0 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexPresenter.class.php +4 −32 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/app-controller.js +0 −5 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-edit-controller.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js +1 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/shared-properties/shared-properties-service.js +0 −10 Go to diff View file
M plugins/testmanagement/templates/index.mustache +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/README.md +0 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-field/list-picker-field-controller.js +1 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-field/list-picker-field-directive.js +0 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-multiple-field/list-picker-mulitple-field-directive.js +0 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-multiple-field/list-picker-multiple-field-controller.js +1 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-multiple-field/list-picker-multiple-field.tpl.html +0 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js +0 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.js +4 −27 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html +0 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php +0 −6 Go to diff View file