stable

Clone or download

Read-only

Merge 'gerrit #11564' into stable/master

* commit 'e64bf9bdca': request #11574 art and artifact references can be missing in new projects Change-Id: I2a1ce4b1b1e750b0eb21502ef401fe98218374c1

Modified Files

Name
A plugins/tracker/db/mysql/updates/2018/201806051554_restore_missing_art_artifact_references.php +88 −0 Go to diff View file
A plugins/tracker/include/Tracker/Reference/ReferenceCreator.php +101 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +15 −1 Go to diff View file
A plugins/tracker/phpunit/Tracker/Reference/ReferenceCreatorTest.php +89 −0 Go to diff View file
M src/common/dao/ReferenceDao.class.php +17 −0 Go to diff View file
M src/common/tracker/TrackerV3.class.php +9 −4 Go to diff View file