stable

Clone or download

Read-only

story #8158: art and artifact can return a TV5 reference

If the id passed with the art or artifact references matches an existing artifact in the Tracker V5, so the goto script will generate a TV5 link. If not, the goto script will use the link defined for art or artifact reference Change-Id: I749c94cff8ea5ee8fe692873aa1ec1809c879953

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +4 −1 Go to diff View file
A plugins/tracker/include/Tracker/Reference.php +44 −0 Go to diff View file
M plugins/tracker/include/Tracker/ReferenceManager.class.php +38 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +6 −21 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +30 −2 Go to diff View file
A plugins/tracker/tests/Tracker/ReferenceManagerTest.php +71 −0 Go to diff View file
M src/common/reference/Reference.class.php +6 −5 Go to diff View file