mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
ENHANCEMENT Removed unnecessary "Edit Page > Reports" controller, feature will only be available through a dedicated "Reports" interface
This commit is contained in:
parent
803adfce42
commit
9c22a87b9a
@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
class CMSPageReportsController extends CMSMain {
|
|
||||||
|
|
||||||
static $url_segment = 'page/reports';
|
|
||||||
static $url_rule = '/$Action/$ID/$OtherID';
|
|
||||||
static $url_priority = 42;
|
|
||||||
|
|
||||||
function getEditForm($id = null, $fields = null) {
|
|
||||||
return "Not implemented yet";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user