stable
Clone or download
Read-only
Fix request #19714: Cannot re-add a criterion
Given a tracker with a field "Artifact Id" And an **unmodified** report without "Artifact Id" in criteria When I add "Artifact Id" in criteria And enter an id And submit the query Then the "Artifact Id" is still present in criteria ✅ And if I remove it from criteria And add it back And submit the query Then the "Artifact Id" is not anymore present in criteria ❌ Change-Id: Ic9219de055b029a28a13ccd9d2e63e644dde076f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Session.class.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Report_SessionTest.php | +10 | −0 | Go to diff View file |