stable
Clone or download
Read-only
How to test: - Go to a Team project (in the Program Management sense) - Browse the top backlog, edit a release - In the listed artifact links, you should see a link to the Program Increment with type "Mirrors" - There is no "Unlink" button for that link part of story #24970 [modal] select type for links Change-Id: I69a5df3f3e95721e05378e486ceaebc36910a8bc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkFieldController.test.ts | +21 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkFieldController.ts | +9 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.test.ts | +18 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.ts | +10 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/link-field/LinkType.test.ts | +11 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/link-field/LinkType.ts | +8 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/tests/stubs/LinkTypeStub.ts | +11 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/constants/package.json | +0 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/constants/src/constants.ts | +3 | −0 | Go to diff View file |