stable

Clone or download

Read-only

feat: Add a new parent link

part of story #24969 [modal] add and remove links (replace current artifact link) How to test: - On an artifact that does not already have a parent, add a new parent with the new link field - After submit, the new parent is saved in backend. You cannot add a second parent after saving it Change-Id: I9b88a1a6956e53c1c6657c8f5a6f4e1c48b904e4

Modified Files

Name
R plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/link-field-v2/LinkFieldValueFormatter.test.ts Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/LinkFieldValueFormatter.ts +65 −0 Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/link-field-v2/LinkFieldValueFormat.ts Go to diff View file
D plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/link-field-v2/LinkFieldValueFormatter.ts +0 −58 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js +1 −1 Go to diff View file
A plugins/tracker/scripts/lib/rest-api-types/src/artifacts_write.ts +48 −0 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/src/index.ts +1 −0 Go to diff View file