diff --git a/code/dataobjects/SystemNotification.php b/code/dataobjects/SystemNotification.php index ce4dd03..3812c6d 100644 --- a/code/dataobjects/SystemNotification.php +++ b/code/dataobjects/SystemNotification.php @@ -84,6 +84,8 @@ public function getCMSFields() { }else{ $fields->insertBefore(TextareaField::create('NotificationText', _t('SystemNotification.TEXT', 'Text')), 'AvailableKeywords'); } + + $this->extend('updateCMSFields', $fields); return $fields; }