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

ENH Make ElementalContentExtension MyPage a required field #172

Merged

Conversation

emteknetnz
Copy link
Member

@@ -6,7 +6,7 @@
use SilverStripe\Security\DefaultAdminService;
use SilverStripe\Security\Member;

if (!class_exists(RegistryPage::class)) {
if (class_exists(RegistryPage::class)) {
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 clearly wrong, it broke my first attempt at doing a shared ci run

@emteknetnz emteknetnz force-pushed the pulls/1/non-inline-behat branch 2 times, most recently from 6daf6f3 to e9baa43 Compare May 2, 2024 00:49
Copy link
Member

@GuySartorelli GuySartorelli left a 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?

@emteknetnz emteknetnz force-pushed the pulls/1/non-inline-behat branch from e9baa43 to 433028a Compare May 5, 2024 21:57
@emteknetnz emteknetnz changed the title NEW Add NonInlineEditableExtension ENH Make ElementalContentExtension MyPage a required field May 5, 2024
@emteknetnz
Copy link
Member Author

Done

Copy link
Member

@GuySartorelli GuySartorelli left a 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

@GuySartorelli GuySartorelli merged commit d12463a into silverstripe:1 May 6, 2024
1 check passed
@GuySartorelli GuySartorelli deleted the pulls/1/non-inline-behat branch May 6, 2024 02:41
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