stable

Clone or download

Read-only

Build add to dashboard buttons in angular instead of injecting html

This is a part of story #10353 display a kanban as a widget Change-Id: Ia7bf71e5b612eece8b6ea035c523db0e0320eb01

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 +19 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +2 −1 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownPresenter.php +0 −79 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownRepresentation.php +76 −0 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownBuilder.php Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −4 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +2 −1 Go to diff View file
D plugins/agiledashboard/templates/widgets/add-to-dashboard-dropdown.mustache +0 −48 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +1 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-to-dashboard/add-to-dashboard-controller.js +45 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-to-dashboard/add-to-dashboard-directive.js +14 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/add-to-dashboard/add-to-dashboard.tpl.html +32 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +2 −19 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +12 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +13 −2 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +1 −4 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/includes/_add-to-dashboard.scss +19 −0 Go to diff View file
A src/common/Dashboard/DashboardRepresentation.php +33 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file