-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Studio Designer
-
Tags:
Steps to reproduce:
- Create a new schema with a complex field, i.e.:
- Schema: multilang
- title (complex field)
- eng (String)
- spa (String)
- fra (String)
- title (complex field)
- Schema: multilang
- Associate the schema with a document type
- Open the "Create" view of the document type in view designer
- Add the complex field in the view
The field name and the code generated are invalid:
<nuxeo-input value="{{document.properties.ABAMultilang:title.title.eng}}" label="Title.title.eng" type="text" role="widget"></nuxeo-input>