Commit 5f9cf1f7 authored by Romain Courteaud's avatar Romain Courteaud

XXX erp5_core: no need to show the checkbox as editable

form_list does not use Base_edit

XXX TODO Formulator checkbox must be modified to not render an input when the field is in read only
Otherwise, in listbox, it creates an input inside a `a` element, which is not valid html
parent 538e55f9
......@@ -137,7 +137,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -149,12 +149,16 @@
</item>
<item>
<key> <string>extra</string> </key>
<value> <string>disabled</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>listbox_enabled</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment