stable
Clone or download
Read-only
In plugin_taskboard_usage, have (<id>, "taskboard"). Go to the project ยป a.d ยป milestone. => the cardwall tab is not here anymore => the taskboard tab is next to pv2 => you cannot access to the cardwall pane content (silent redirect to overview) Switch to (<id>, "cardwall"). => the cardwall tab is displayed => the taskboard tab is not Switch to default configuration (delete the row). => the cardwall tab is displayed => the taskboard tab is displayed Note: in pv2, the icons in all milestones reflect the current configuration. Part of story #14373: Activate only Taskboard, only Cardwall or both Change-Id: I314627d951f8b9d30876e44b0e99deab6f3e94ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PaneInfoCollector.php | +11 | โ0 | Go to diff View file |
M | plugins/agiledashboard/include/constants.php | +0 | โ15 | Go to diff View file |
A | plugins/cardwall/include/Cardwall/CardwallIsAllowedEvent.php | +61 | โ0 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +12 | โ0 | Go to diff View file |
M | plugins/taskboard/include/AgileDashboard/MilestoneIsAllowedChecker.php | +12 | โ7 | Go to diff View file |
A | plugins/taskboard/include/AgileDashboard/TaskboardUsage.php | +52 | โ0 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/TaskboardCardResource.php | +2 | โ1 | Go to diff View file |
M | plugins/taskboard/include/taskboardPlugin.php | +27 | โ2 | Go to diff View file |
M | plugins/taskboard/phpunit/AgileDashboard/MilestoneIsAllowedCheckerTest.php | +12 | โ37 | Go to diff View file |
A | plugins/taskboard/phpunit/AgileDashboard/TaskboardUsageTest.php | +51 | โ0 | Go to diff View file |