Needs work
Project:
Drupal core
Version:
main
Component:
install system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Aug 2013 at 00:00 UTC
Updated:
30 Jan 2023 at 21:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #9
catchThis might be OK, but there's one caveat:
Say you have two modules that are incompatible, and you install them at the same time - if the hook runs before each install, then whichever module gets installed first gets to react to the second module being installed. If both of them are installed in the same request, neither hook will run.
Uploading a patch doing what the issue summary suggests, to see if we have test coverage for that case.
Comment #10
catchComment #12
catchPatch without the cruft from another patch..
Comment #16
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.