stable
Clone or download
Read-only
story #8485: Can't add & reorder column if semantic status field is a shared field
Change-Id: I1e586e4bb8ffb4ee8fdc77d7558fb4bf1a12b1bc
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php | +136 | −0 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/KanbanAddInPlaceChecker.php | +0 | −76 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php | +19 | −81 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusAllColumnIdsNotProvidedException.php | +2 | −2 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusBasedOnASharedFieldException.php | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusColumnIdsNotInOpenSemanticException.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusNotBoundToStaticValuesException.php | +2 | −2 | Go to diff View file |
R | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusNotDefined.php | Go to diff View file | ||
A | plugins/agiledashboard/include/AgileDashboard/KanbanSemanticTitleNotDefinedException.php | +23 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanTrackerNotDefinedException.php | +23 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/KanbanUserCantAddInPlaceException.php | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php | +19 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php | +31 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +30 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +11 | −7 | Go to diff View file |
A | plugins/agiledashboard/tests/include/KanbanActionsCheckerTest.php | +129 | −0 | Go to diff View file |
D | plugins/agiledashboard/tests/include/KanbanAddInPlaceCheckerTest.php | +0 | −142 | Go to diff View file |
M | plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php | +5 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +6 | −2 | Go to diff View file |
M | src/common/autoload.php | +2 | −2 | Go to diff View file |