stable
Clone or download
Read-only
Part of story #24971 [modal] search for artifacts This is needed to retrieve the user history which will be displayed later. How to test: - Enable the feature flag : tuleap config-set feature_flag_history_and_search_in_modal 1 - Open the console log. - Go to each place where the artifact modal is used. (Kanban, Test Management, Planning v2...) - Open the artifact modal => The current user id should be displayed Note: The feature flag is mandatory to see the log. Change-Id: Ie9e1659000c83ead49d6b9a254c77b254218d2bb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js | +12 | −5 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js | +9 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js | +10 | −6 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-edit-controller.js | +4 | −1 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js | +2 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.test.js | +3 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/README.md | +5 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.js | +6 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.test.js | +7 | −3 | Go to diff View file |