stable
Clone or download
Read-only
* commit '9d068776d80ba896f4be92f40db1f005760dfd4a': request #24236 On expert query, search can fail if the searched user doesn't submitted artifact Change-Id: I5c64600b019d6cd2dd0df02807e78926a3104c3a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/EqualComparisonVisitor.php | +5 | −3 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/ArtifactSubmitterChecker.php | +60 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Report/Query/Advanced/InvalidFields/ListFields/SubmittedByUserDoesntExistException.php | +39 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +8 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/ArtifactSubmitterCheckerTest.php | +81 | −0 | Go to diff View file |