stable
Clone or download
Read-only
This is part of story #16152 [backlog management] disable creation of items in Aggregator projects When you are in the top backlog of an aggregator project, then the button "Add item" on the left column must not be displayed. Nothing must change for non aggregator projects. Change-Id: I2f790a6e355ea12ad8e6710931c243681ab66e2e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php | +8 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Planning/RootPlanning/DisplayTopPlanningAppEvent.php | +15 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js | +13 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js | +147 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog.tpl.html | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js | +11 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +1 | −0 | Go to diff View file |
M | plugins/multi_project_backlog/include/multi_project_backlogPlugin.php | +20 | −7 | Go to diff View file |