stable

Clone or download

Read-only

feat: Display reverses links by default

This closes request #29254 Artifact link field is not empty when there are reverse links In order to make things understandable from end user PoV, the "show reverse link" button should be removed and reverse links displayed by default. As it's a sensitive change, there should be a feature flag to fallback to the original behaviour in case of trouble. How to test ----------- * Go to an artifact with an artifact link fields and with some links and reverse links => All links are displayed * Set the feature flag: ```tuleap config-set feature_flag_hide_reverse_links_by_default 1``` * Go to an artifact with an artifact link fields and with some links and reverse links => The button "show reverse links" must be displayed and clicking on it must display the reverse links. Change-Id: I34073ed1a8e64ddcdaa97e95560a09af8fc4cd59

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +10 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +1 −0 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/artifact_link-usage.cy.ts +0 −2 Go to diff View file