mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge branch '4' into 5.0
This commit is contained in:
commit
ca837d6ccd
@ -735,13 +735,15 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
||||
/**
|
||||
* Generates a link to edit this page in the CMS.
|
||||
*
|
||||
* Implemented here to satisfy the CMSPreviewable interface, but data is intended to be loaded via Extension
|
||||
*
|
||||
* @see SilverStripe\Admin\CMSEditLinkExtension
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function CMSEditLink()
|
||||
{
|
||||
// This method has to be implemented here to satisfy the CMSPreviewable interface.
|
||||
// See the actual implementation in CMSEditLinkExtension.
|
||||
return $this->extend('CMSEditLink')[0];
|
||||
return $this->extend('CMSEditLink')[0] ?? '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -55,4 +55,4 @@
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user