Problem/Motivation
Module is incompatible with Drupal 10 only for core_version_requirement key in .info.yml
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hook_post_action-d10-readiness-3342117-2.patch | 549 bytes | nicoschi |
Issue fork hook_post_action-3342117
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nicoschi commentedComment #5
m4oliveiI've opened a merge request with the patch in #2. I've also added:
I've tested this on a stock 10.0.4 install by enabling the hook_post_action_example module, inserting/editing/deleting content and then verifying the expected log messages that the example module puts out. Everything looks good to me.
Comment #7
m4oliveiMerged to 8.x-1.x. Thanks all!