stable

Clone or download

Read-only

Filter closed artifacts having an end date later than one year ago

part of: story #19734 have a Roadmap widget on dashboard How to test: - Choose a tracker - Create 3 artifacts in it having: - For the first one: Open, end date < 1 year - For the second one: Open, end date > 1 year - For the third one: Closed, end date > 1 year - Add a Roadmap widget to your project dashboard and bind it to your tracker --> Artifact nĀ°3 is not displayed - Close artifact nĀ°2 - Go back to the widget --> Artifact nĀ°3 is not displayed anymore Change-Id: I553a6d8b1e75a7642b927f8f24e870c82fb3e099

Modified Files

Name
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapResource.php +4 āˆ’2 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapTasksOutOfDateFilter.php +63 āˆ’18 Go to diff View file
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapTasksRetriever.php +2 āˆ’1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksOutOfDateFilterTest.php +81 āˆ’7 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksRetrieverTest.php +2 āˆ’1 Go to diff View file