stable

Clone or download

Read-only

Delete dashboards on project page

This is a part of story #10173 Have multiple dashboards To test: On project page you can delete a dashboard. Change-Id: I42eeb6cb9325d5d1e2840fe79021da1f38cf8268

Modified Files

Name
A src/common/Dashboard/DashboardDoesNotExistException.php +27 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +50 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardDao.php +35 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardRouter.php +3 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardSaver.php +27 −3 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/templates/dashboard/delete-dashboard-modal.mustache +1 −1 Go to diff View file
M src/templates/dashboard/project.mustache +7 −0 Go to diff View file