stable

Forked from tuleap/stable

Clone or download

Read-only

story #8485: Update a Kanban column

Change-Id: I96bbc7d06bd9a1e72398132f8c056945e692261a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +15 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +15 −11 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnPATCHRepresentation.php +35 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +11 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +8 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +8 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php +10 −8 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +23 −7 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +5 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +6 −5 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-add-column-directive.js +0 −22 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-autofocus-directive.js +19 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +44 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.less +11 −13 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +37 −9 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +18 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +12 −0 Go to diff View file
M src/common/plugin/PluginManager.class.php +20 −20 Go to diff View file