mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Unsetting any current record state in CMSPagesController, as it doesn't deal with records (and it wrongly highlights the current tree node)
This commit is contained in:
parent
f4e3e79c0d
commit
023902c4cc
@ -37,4 +37,8 @@ class CMSPagesController extends CMSMain {
|
||||
function PreviewLink() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function currentPageID() {
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user