stable
Clone or download
Read-only
This is part of story #14086 disable widgets for project dashboard Manually add the widget name into project_dashboards_disabled_widgets. Then this widget cannot be displayed anymore in project dashboards UI. The layout is not impacted. It means that we can have empty lines or column. Change-Id: I9344f077bf5738336aedfe5ee05ba30080d244be
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Dashboard/Project/DisabledProjectWidgetsChecker.php | +10 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php | +16 | −4 | Go to diff View file |
M | src/common/Project/Home.php | +6 | −1 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/DisabledProjectWidgetsCheckerTest.php | +10 | −3 | Go to diff View file |