stable

Clone or download

Read-only

Synchronize plannable item trackers after contributor plannig update

This is part of story #15122 [release management] management of Aggregator projects When updating the backlog item trackers of a root planning of a contributor project, the new selected trackers are updated in the SQL sync table of the multi backlog project plugin. This must be visible in root planning read only view in the aggregator project. Change-Id: I5a4140f940a73671b267b09a06083f706e006d15

Modified Files

Name
A plugins/agiledashboard/include/Planning/Admin/PlanningUpdatedEvent.php +51 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/Planning.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +8 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php +2 −2 Go to diff View file
M plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsTrackersDao.php +33 −0 Go to diff View file
A plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsTrackersUpdater.php +83 −0 Go to diff View file
M plugins/multi_project_backlog/include/Contributor/ContributorDao.php +12 −0 Go to diff View file
M plugins/multi_project_backlog/include/multi_project_backlogPlugin.php +18 −0 Go to diff View file
A plugins/multi_project_backlog/tests/unit/Aggregator/PlannableItems/PlannableItemsTrackersUpdaterTest.php +109 −0 Go to diff View file