stable

Clone or download

Read-only

Merge commit 'refs/changes/82/21682/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #19266 Artifact link usage can be covered by e2e suite Change-Id: Idcff2461fe2acef25e340859527646ccafa0be53

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +2 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +2 −1 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdater.php +9 −65 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormater.php +85 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureConfigController.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +3 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +4 −4 Go to diff View file
M plugins/tracker/templates/artifactlink-nature-selector.mustache +1 −1 Go to diff View file
M plugins/tracker/templates/global-admin/artifact-links.mustache +1 −0 Go to diff View file
M plugins/tracker/templates/global-admin/trackers.mustache +1 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures-modal-create.mustache +4 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures-modal-delete.mustache +1 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +2 −1 Go to diff View file
M plugins/tracker/templates/siteadmin-config/site-admin-navbar.mustache +1 −1 Go to diff View file
M plugins/tracker/tests/e2e/cypress/_fixtures/tracker_artifact_project/project.xml +80 −0 Go to diff View file
A plugins/tracker/tests/e2e/cypress/cypress/integration/artifact_link-usage.spec.ts +81 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkUpdaterDataFormaterTest.php +107 −0 Go to diff View file