stable

Clone or download

Read-only

request #11574 art and artifact references can be missing in new projects

If your art and artifact references where created with the Legacy tracker engine, then the art and artifact references will not be created in your new projects, mostly because this legacy service is no more instantiated for new project since request #9101 A forgupgrade is added to restore missing art and artifact references. Change-Id: I0c0c0a829fe173b696a080fd35c0010cea0e8368

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