-
Notifications
You must be signed in to change notification settings - Fork 36
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
ACMS-4401: Replace hook hook_content_model_role_presave_alter for Acquia Starter Kit media modules with hook_entity_insert. #1911
base: develop
Are you sure you want to change the base?
Conversation
c923fa0
to
6b24b20
Compare
…uia Starter Kit media modules with hook_entity_insert.
6b24b20
to
66f4cb6
Compare
@@ -4,6 +4,7 @@ description: 'Provides an Event content type and related configuration.' | |||
type: module | |||
core_version_requirement: ^9.4 || ^10 || ^11 | |||
dependencies: | |||
- acquia_cms_common:acquia_cms_common |
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.
FYI: The dependency on the acquia_cms_common
module will be removed for content model to function independently in separate PR.
Same apply for all other content type modules.
@@ -4,6 +4,7 @@ | |||
"license": "GPL-2.0-or-later", | |||
"type": "drupal-module", | |||
"require": { | |||
"drupal/acquia_cms_common": "^1.9 || ^2.1 || ^3.1", |
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.
FYI: The dependency on the acquia_cms_common
module will be removed for content model to function independently in separate PR.
Same apply for all other content type modules.
321c67f
to
3caa809
Compare
1c9c4d4
to
e9aeb28
Compare
b036e2d
to
4e1a660
Compare
Motivation
Fixes #ACMS-4401
Proposed changes
Replace hook_content_model_role_presave_alter for Acquia Starter Kit media modules with hook_entity_insert.
Alternatives considered
NA
Testing steps
Follow from ticket.
Merge requirements