Closed (fixed)
Project:
Gin Layout Builder
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2023 at 21:43 UTC
Updated:
30 Oct 2025 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bkildow commentedPatch attached
Comment #3
grimreaperComment #4
grimreaperHi,
Thanks for the issue and the patch.
Could you please provide more details on how to reproduce the bug?
I have created a block content type with a multivalued (cardinality unlimited) raw text field. Then creating a block content of this type from layout builder and I had no error.
I also put some breakpoints in claro_preprocess_field_multiple_value_form and they were not triggered.
Comment #5
ltrainI'm having the same issue. You can reproduce it by adding a block type that references a paragraph that includes a sub-paragraph (multivalue).
I rerolled the patch.
Comment #6
grimreaperComment #8
grimreaperHi,
Thanks @ltrain, but even with those steps, I can't reproduce the issue.
claro_preprocess_field_multiple_value_form is not triggered.
Could you specify Core, Gin and Gin LB versions please?
Comment #9
nuevaron@gmail.com commentedThis still exists on 3.0.0 on D10.
Comment #10
mykola dolynskyiI do confirm bug still exists on v.3 and that Patch #9 helps
Thanks @nuevaron@gmail.com
Comment #12
christian.wiedemann commentedI merged it the 3.x branch. Thanks
Comment #13
christian.wiedemann commentedComment #16
mykola dolynskyithanks @Christian.wiedemann and others