mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Revert "BUGFIX: SSF-168 fixing rendering issue in Chrome, which displays extra control at the bottom of the window in a report that is of a certain length"
This reverts commit 68aa59b25e
.
This commit is contained in:
parent
76f4e6d93b
commit
151693409c
@ -128,13 +128,6 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reports don't need an editor toolbar. This empty method is necessary, otherwise the report page thinks it is
|
||||
* a SiteTree page and returns unnecessary controls in a cms-editor-dialogs div
|
||||
*/
|
||||
public function EditorToolbar() {
|
||||
}
|
||||
|
||||
public function getEditForm($id = null, $fields = null) {
|
||||
$fields = new FieldList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user