-
Notifications
You must be signed in to change notification settings - Fork 13
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
ENH Make ElementalContentExtension MyPage a required field #172
ENH Make ElementalContentExtension MyPage a required field #172
Conversation
d690b4c
to
86fd8b3
Compare
@@ -6,7 +6,7 @@ | |||
use SilverStripe\Security\DefaultAdminService; | |||
use SilverStripe\Security\Member; | |||
|
|||
if (!class_exists(RegistryPage::class)) { | |||
if (class_exists(RegistryPage::class)) { |
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 clearly wrong, it broke my first attempt at doing a shared ci run
6daf6f3
to
e9baa43
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.
Please update the commit message - seems incorrect?
e9baa43
to
433028a
Compare
Done |
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.
LGTM, will merge when main PR is ready to merge
Issue silverstripe/silverstripe-elemental#1178