stable

Clone or download

Read-only

request #14704 Change the way to mangage references to a deleted trackers

When we click on a reference to a delete tracker, we are redirected to a blank page with missing parameters error message. With this patch, we are redirected to tracker page with tracker not found error. If the tracker is restored, we are redirected to the artifact. Change-Id: Iad67cfb215560290f1066eca5327feea594236fe

Modified Files

Name
M plugins/tracker/include/trackerPlugin.php +12 −0 Go to diff View file
A src/common/Project/Event/GetUriFromCrossReference.php +71 −0 Go to diff View file
M src/common/dao/CrossReferenceDao.class.php +12 −0 Go to diff View file
M src/common/reference/ReferenceManager.class.php +11 −0 Go to diff View file
M src/core/goto.php +13 −0 Go to diff View file