stable
Clone or download
Read-only
This is a part of story #10173 Have multiple dashboards On a widget that is loaded via Ajax, if we toggle an item (for example in widget Monitored File Packages) then we should not be redirected to the firt dashboard but to the current one. Furthermore, use DOMPurify + tlp.get(). Change-Id: I152fea72633a81e8c3b814e8488ced70133fdcc9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +3 | −3 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardController.php | +1 | −0 | Go to diff View file |
M | src/common/Dashboard/User/UserDashboardController.php | +1 | −0 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetPresenter.php | +8 | −3 | Go to diff View file |
M | src/common/Dashboard/Widget/DashboardWidgetPresenterBuilder.php | +27 | −10 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −1 | Go to diff View file |
M | src/common/widget/Widget.class.php | +13 | −2 | Go to diff View file |
M | src/common/widget/Widget_MyArtifacts.class.php | +3 | −3 | Go to diff View file |
M | src/common/widget/Widget_MyLatestSvnCommits.class.php | +4 | −3 | Go to diff View file |
M | src/common/widget/Widget_MyMonitoredForums.class.php | +14 | −13 | Go to diff View file |
M | src/common/widget/Widget_MyMonitoredFp.class.php | +12 | −11 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-async-widget.js | +5 | −3 | Go to diff View file |