stable

Clone or download

Read-only

request #10560 widget title not update when we edit the kanban title

Change-Id: I26491ffed2166a689187b6b1ed855602529e9a32

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +3 −2 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +24 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +11 −6 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +2 −0 Go to diff View file
M src/common/widget/Widget.class.php +8 −0 Go to diff View file
M src/templates/dashboard/widgets.mustache +2 −2 Go to diff View file