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:
Martijn 2013-11-15 09:55:31 +01:00
parent e17fb17520
commit 0a854e9260

View File

@ -94,7 +94,7 @@ class CMSSettingsController extends LeftAndMain {
return new ArrayList(array(
new ArrayData(array(
'Title' => _t("{$this->class}.MENUTITLE", $defaultTitle),
'Link' => false
'Link' => ($unlinked) ? false : $this->Link()
))
));
}