Line 54 in DiffLayoutManager.php is: $this->alterInfo('field_diff_builder_info'); which means hook_field_diff_builder_info_alter is passed diff_layouts instead of diff_builders and hook_diff_layout_builder_info_alter doesn't get called.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | diff-hooks-2802405-1.patch | 763 bytes | brenk28 |
Comments
Comment #2
brenk28 commentedAttached a patch to fix that issue.
Comment #3
johnchqueThank you! Nice catch.
Bug reports go always against the dev version.
Comment #4
johnchqueLooks nice.
Comment #6
miro_dietikerCommitted, thx!