mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Fixed declaration of Versioned::updateCMSFields to be compatible with DataExtension::updateCMSFields
This commit is contained in:
parent
9bda0b7c54
commit
734a5fb469
@ -1316,7 +1316,7 @@ class Versioned extends DataExtension {
|
|||||||
/**
|
/**
|
||||||
* @param FieldList
|
* @param FieldList
|
||||||
*/
|
*/
|
||||||
public function updateCMSFields(&$fields) {
|
public function updateCMSFields(FieldList $fields) {
|
||||||
// remove the version field from the CMS as this should be left
|
// remove the version field from the CMS as this should be left
|
||||||
// entirely up to the extension (not the cms user).
|
// entirely up to the extension (not the cms user).
|
||||||
$fields->removeByName('Version');
|
$fields->removeByName('Version');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user