stable

Clone or download

Read-only

feat(new-art-link-field): Retrieve linked artifacts

part of: story #24968 [modal] have the list of linked artifacts Note: This patch does not focus on the styling. It will be done in another commit. How to test: - link some artifacts to the current one, then open the modal --> The links are fetched --> A skeleton is displayed while the links are loading Change-Id: Iba2efb05d7d563f33166d555e14806332b37f27c

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/po/fr_FR.po +4 −1 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field-v2/LinkField.test.ts +143 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field-v2/LinkField.ts +58 −4 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field-v2/links-retriever.test.ts +121 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field-v2/links-retriever.ts +76 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts +2 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html +1 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/tsconfig.json +1 −1 Go to diff View file