-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.4.0.1
-
Fix Version/s: 2.4.0.2
-
Component/s: Layouts & Widgets
-
Tags:
-
Backlog priority:2,000
if we configure a result set that displays a property value of type "list of string", the generated result layout has :
<widget name="sub0" type="text"> <labels> <label mode="any"></label> </labels> <translated>false</translated> <fields> <field>data.fichier.</field> </fields> <properties mode="any"/> </widget> </subWidgets> </widget>
The problem is the "data.fichier." in subwidget . This should be empty, as it used to be in the past.