stable

Clone or download

Read-only

request #27560 Artifact cross references are shown in tracker report and modal even if user can't see them

Artifact cross-references are shown in tracker report and modal, even if user can't see them. To test it : have 2 trackers create one artifact per tracker reference one artifact in the other one delete one tracker --> in report table, you can still see the reference even if the artifact is not accessible anymore Change-Id: I37cdb0815e148bf2919c72c63107cee0199b525d

Modified Files

Name
A plugins/tracker/include/Tracker/Reference/CrossReferenceValidator.php +60 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +9 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Reference/CrossReferenceValidatorTest.php +136 −0 Go to diff View file
A src/common/Reference/CheckCrossReferenceValidityEvent.php +53 −0 Go to diff View file
M src/common/Reference/CrossReferenceFactory.php +24 −2 Go to diff View file