-
Notifications
You must be signed in to change notification settings - Fork 3
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
SHS-5986: Uninstall Default Paragraphs module #1710
Conversation
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.
@codechefmarc PR looks good on my end and the requested modules have been uninstalled:
@ahughes3 This PR is looking good to me. This should cover the second-to-last step in the process of removing these modules from the code base. Ready for you to confirm they are uninstalled. |
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!
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.
Verified that H&S Paragraphs Between, and Paragraphs Browser modules are uninstalled.
Verified that you can add paragraphs between on flexible and private pages.
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.
Because this will conflict with #1698, let's merge the two PRs together and combine the update hook into one.
$config_factory = \Drupal::configFactory(); | ||
$config_factory->getEditable('paragraphs_browser.paragraphs_browser_type.content')->delete(); |
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 isn't necessary.
/** | ||
* Uninstall hs_paragraphs_between and paragraphs_browser. | ||
*/ | ||
function su_humsci_profile_update_9721() { |
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 will conflict with the other PR to uninstall honeypot.
READY FOR REVIEW
Summary
Uninstalls
hs_paragraphs_between
andparagraphs_browser
as they have been replaced with functionality from other modules. Composer changes to be removed from codebase in a subsequent codebase after release.Need Review By (Date)
2025-01-08
Urgency
low
Steps to Test
/admin/modules
PR Checklist