stable

Clone or download

Read-only

Add ability to remove links in link type tabs

This is part of story #9251: mass remove links when editing artifacts How to test this: Build js and css for the tracker plugin - The rollup view should still work - You can remove a link at the top level of the rollup view, but no a sub-element - You can add a link using the '+ Add artifacts' button and then remove it in the 'link type' tab (e.g. 'Child') - Submitting after marking links to be removed should remove them Change-Id: I335a7fb91ed1d6e1b2a2b3fe0424615a27aa3672

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php +7 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +15 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +8 −3 Go to diff View file
M plugins/tracker/templates/artifactlink-nature-table-head.mustache +1 −0 Go to diff View file
M plugins/tracker/templates/artifactlink-nature-table-row.mustache +8 −1 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifactLink.js +2 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +4 −0 Go to diff View file