stable

Clone or download

Read-only

Remove Widget::getPreferencesForm()

this is part of story #10173 Have multiple dashboards This commit only removes unused getPreferencesForm from widget. It should not break anything we should be able to add/read/update any widget. getPreferencesForm was only used for widget in legacy dashboards. As the latter are gone we can safely remove it. Change-Id: I306938cc59f3cf3fc491d5be5cf7c96f646c26fb

Modified Files

Name
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_ProjectRenderer.class.php +2 −2 Go to diff View file
M src/common/layout/Layout.class.php +7 −12 Go to diff View file
M src/common/widget/Widget.class.php +3 −15 Go to diff View file
M src/common/widget/WidgetLayout_Row_Column.class.php +1 −1 Go to diff View file