Closed (fixed)
Project:
Layout Builder Styles
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2019 at 19:14 UTC
Updated:
2 Aug 2019 at 19:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phenaproximaLet's try this on for size. If it passes (and it should), I'll commit it.
Comment #3
phenaproximaComment #4
mark_fullmerI noticed test were failing earlier today. This was due to the recent merging of two commits, with the latter having been applied without being updated against 8.x-1.x.
I believe the failing test is due to , and the fix is evidenced in the change on https://www.drupal.org/project/layout_builder_styles/issues/3068722
Comment #5
phenaproximaYup, I had the same thing. The
$block_node->toUrl()changes are just for brevity.Comment #6
mark_fullmerIn other words, the commit that was out of date was b55b70
Comment #8
phenaproxima