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.

CommentFileSizeAuthor
#2 diff-hooks-2802405-1.patch763 bytesbrenk28

Comments

brenk28 created an issue. See original summary.

brenk28’s picture

StatusFileSize
new763 bytes

Attached a patch to fix that issue.

johnchque’s picture

Version: 8.x-1.0-beta1 » 8.x-1.x-dev
Status: Active » Needs review

Thank you! Nice catch.
Bug reports go always against the dev version.

johnchque’s picture

Status: Needs review » Reviewed & tested by the community

Looks nice.

miro_dietiker’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thx!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.