Closed (fixed)
Project:
Cookie Based Blocks
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2019 at 15:48 UTC
Updated:
21 Jun 2019 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ardkuijpers commentedThe purpose of the refactoring was to remove the necessity to copy the settings block in
cbb_block_view_alterand use that copy in_cbb_block_view_alter_pre_render. The settings are now directly retrieved (via the Block::load).I have included a new patch file for this refactoring.
Comment #3
clemens.tolboomWeird the patch shows wrong on my side.
So I https://www.drupal.org/files/issues/2019-01-22/cbb-remove-settings-copy.... then copied text.
Not sure why/what. I see mixed spaces and tabs in VS Code editor.
Comment #4
clemens.tolboomIt seems to work OK so committing
Comment #6
clemens.tolboom