stable
Clone or download
Read-only
This is a part of story #10173 Have multiple dashboards To test: - Drag & Drop leaving an empty column then the column should be deleted. - Drag & Drop leaving an empty line then the line should be deleted. Change-Id: I80694c7392137220f7a3d52274926b4318dcade2
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Dashboard/Widget/DashboardWidget.php | +4 | −4 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetColumn.php | +9 | −1 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetDao.php | +93 | −3 | Go to diff View file |
A | src/common/Dashboard/Widget/DashboardWidgetDeletor.php | +66 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetLine.php | +2 | −2 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetReorder.php | +72 | −12 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetRetriever.php | +59 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/WidgetCreator.php | +39 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/WidgetDashboardController.php | +30 | −97 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/www/my/index.php | +16 | −10 | Go to diff View file |
M | src/www/projects.php | +13 | −7 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-layout.js | +46 | −21 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_dashboard.scss | +9 | −0 | Go to diff View file |