-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX Update CMS fields now that they're being scaffolded #775
FIX Update CMS fields now that they're being scaffolded #775
Conversation
261b1ed
to
7ad6e4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was never used!
@@ -363,8 +352,6 @@ public function getCMSFields() | |||
|
|||
$fields = parent::getCMSFields(); | |||
|
|||
$fields->fieldByName('Root')->setTemplate('TabSet_holder'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The template name was wrong so this hasn't been used since namespaces were introduced. Just remove altogether at this point.
7ad6e4b
to
642375e
Compare
PHP linting failure unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting failure :-)
Relies on changes to
SiteTree
in silverstripe/silverstripe-cms#2983Issue