Closed (fixed)
Project:
Webform
Version:
6.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2020 at 15:33 UTC
Updated:
17 Nov 2020 at 02:14 UTC
Jump to comment: Most recent, Most recent file



Comments
Comment #2
sea2709 commentedComment #3
jrockowitz commentedI am not able to replicate this issue using any of the below example elements
Can you please post an example?
Comment #4
sea2709 commentedPlease look at the second element "custom_composite_no_columns". As you can see, it is being displayed in columns mode. If I remove the table_header_label of this element, then the element will display in rows.
Comment #5
sea2709 commentedComment #6
jrockowitz commentedHere is a very rough patch that adds dedicated support for a
#header_labelproperty.Comment #7
sea2709 commentedI confirm #6 patch works on my current project (D9.05 & PHP7.4)
Comment #8
jrockowitz commentedComment #9
jrockowitz commentedComment #10
jrockowitz commentedThis patch definitely has to be committed to only the 6.x branch, since some people might have the #header and #header_label set.
The attached patch has some additional test coverage.
Comment #12
jrockowitz commented