stable

Clone or download

Read-only

story #8833: update the tables when adding new art_links

When adding new art_links the tabs are now properly refreshed. Natures tabs are added if it is necessary. Change-Id: Ifce0838cf18724c1bfa6e1f9ecdc263aa8482964

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +12 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +29 −1 Go to diff View file
A plugins/tracker/templates/artifactlink-nature-table-head.mustache +13 −0 Go to diff View file
A plugins/tracker/templates/artifactlink-nature-table-row.mustache +10 −0 Go to diff View file
M plugins/tracker/templates/artifactlink-nature-table.mustache +2 −25 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifactLink.js +36 −13 Go to diff View file