stable

Clone or download

Read-only

Add status for new linked artifacts

part of story #24971 [modal] search for artifacts How to test: - Enable the feature flag : $ tuleap config-set feature_flag_history_and_search_in_modal 1 - Open an artifact (with an artifact link field and with existing links) in the artifact modal - Add a new link to your artifact - in the resume of linked artifact, the new artifact linked has its status displayed with the correct color Change-Id: Ied7f95a107dd7c4f63d71f7a224288b2b8240576

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/LinkableArtifactProxy.ts +3 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.test.ts +48 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.ts +0 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/NewLinkTemplate.test.ts +35 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/NewLinkTemplate.ts +11 −5 Go to diff View file