Hi @djsagar,
Please check steps to reproduce in header of issue. I don't think DB or php version has impact on this, so didn't mention.
here is patch which resolves it.
Reroll #4 patch
Hi @shiv_yadav,
Unfortunately I am not a maintainer or the module to review MR.
Hello shiv_yadav, I think I found the issue, it was that we had reusable value == 0 in block_content_field_data table and such blocks were cropped by getBlockTypeByUuid() function in EntityViewModeRestriction.php. Though in the same file there is an expression $delta = $content_block_types_by_uuid[$uuid]; , where $uuid includes all blocks in DB and $content_block_types_by_uuid includes only those with reusable==1. I have updated DB for the value and it works. But perhaps it would be good to have check if $uuid is in_array();
hi all, @nginex,
can you please advise if exporting/importing config entities is possible? We have such entities coming from snippet_manager - module which allows to add html, css, js blocks/pages. We use those to insert in nodes using Layout builder. Thanks.
There is still no check for a parameter passing to trim inside function block_list_override_plugin_filter_block__layout_builder_alter() of block_list_override.module
yugro β created an issue.
yugro β created an issue.
Adding patch for this.
The patch is not applicable for v3.0
Changed legacy permission name to the only one which is used to administer module.
yugro β created an issue.