stable

Clone or download

Read-only

No DnD when user is not project admin

This is a part of story #10173 Have multiple dashboards As a project admin, you can edit, delete, move widgets of a project. As a project member, you cannot. No changes for /my/ dashboards. Change-Id: I9e38447640069867b201a963c57139a2178daff4

Modified Files

Name
M src/common/Dashboard/PagePresenter.php +2 −2 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +12 −6 Go to diff View file
M src/common/Dashboard/Project/ProjectPagePresenter.php +5 −5 Go to diff View file
M src/common/Dashboard/User/UserDashboardController.php +2 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenter.php +4 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php +9 −8 Go to diff View file
M src/templates/dashboard/dashboard-tabs.mustache +4 −4 Go to diff View file
M src/templates/dashboard/project.mustache +6 −6 Go to diff View file
M src/templates/dashboard/widgets.mustache +52 −39 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +4 −1 Go to diff View file