stable

Clone or download

Read-only

feat: Search and history in artifact modal are available

How to test: - Searching in history and with full text search is generally available in the artifact modal, without a feature flag. part of story #24971 [modal] search for artifacts Change-Id: I2ddfeae7a3a12e8c40eb7008ad917b0277df27b7

Modified Files

Name
M lib/frontend/link-selector/src/link-selector.ts +0 −3 Go to diff View file
M lib/frontend/link-selector/src/type.ts +0 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +0 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.php +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js +2 −4 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-main-controller.js +0 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/shared-properties/shared-properties-service.js +0 −5 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js +1 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js +2 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/edit-item/edit-item-service.js +1 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js +0 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js +3 −6 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js +0 −5 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 −1 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 +0 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/app-controller.js +0 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-edit-controller.js +1 −2 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 −5 Go to diff View file
M plugins/testmanagement/templates/index.mustache +0 −1 Go to diff View file
D plugins/tracker/include/Tracker/Artifact/Renderer/HistoryAndSearchFeatureFlag.php +0 −35 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/po/fr_FR.po +0 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/po/pt_BR.po +0 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/ArtifactLinkSelectorAutoCompleter.test.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/ArtifactLinkSelectorAutoCompleter.ts +3 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.test.ts +4 −34 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.ts +0 −10 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkFieldController.test.ts +2 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkFieldController.ts +1 −5 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.test.ts +17 −43 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/NewLinkTemplate.test.ts +3 −8 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/TypeSelectorTemplate.test.ts +3 −5 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts +0 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js +2 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-service.js +3 −18 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/tests/stubs/LinkSelectorStub.ts +0 −1 Go to diff View file