stable

Clone or download

Read-only

refactor: remove AGILEDASHBOARD_EVENT_GET_CARD_FIELDS

Agiledashboard (and defacto kanban) depends on cardwall plugin. Therefore there is no need to use a hook to retrieve the card fields semantic (currently defined by cardwall). This removes a dependency between kanban and a.d and a constant based event \o/. Part of request #32645: Extract kanban from agiledashboard Change-Id: I3223b4cf97abf0f94205245ba4aac98b80f70e5a

Modified Files

Name
R plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentationFactory.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +0 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +0 −1 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +0 −10 Go to diff View file
M plugins/kanban/include/Kanban/KanbanPresenter.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/ItemRepresentationBuilder.php +8 −26 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanItemsResource.php +0 −1 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +0 −1 Go to diff View file