Skip to content
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

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Aug 8, 2024

Copy link
Member Author

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');
Copy link
Member Author

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.

@GuySartorelli
Copy link
Member Author

PHP linting failure unrelated.
Other CI failures should go green when other PRs are merged (see kitchen sink CI run)

@GuySartorelli GuySartorelli marked this pull request as ready for review August 12, 2024 02:31
Copy link
Member

@emteknetnz emteknetnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting failure :-)

@emteknetnz emteknetnz merged commit 301c45b into silverstripe:5 Aug 15, 2024
11 of 12 checks passed
@emteknetnz emteknetnz deleted the pulls/5/scaffold-sitetree branch August 15, 2024 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants