mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Make Settings Link in CMSSettingsController clickable
When SiteConfig has a GridField, you can't click on the Link to go back
This commit is contained in:
parent
e17fb17520
commit
0a854e9260
@ -94,7 +94,7 @@ class CMSSettingsController extends LeftAndMain {
|
|||||||
return new ArrayList(array(
|
return new ArrayList(array(
|
||||||
new ArrayData(array(
|
new ArrayData(array(
|
||||||
'Title' => _t("{$this->class}.MENUTITLE", $defaultTitle),
|
'Title' => _t("{$this->class}.MENUTITLE", $defaultTitle),
|
||||||
'Link' => false
|
'Link' => ($unlinked) ? false : $this->Link()
|
||||||
))
|
))
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user