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: I2b5e429d1160777e21f7a6751608538184f9ff77

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