Commit 849831c8 authored by Sebastien Robin's avatar Sebastien Robin

erp5_core: fields of default field library must not be mandatory

By default in ERP5 all fields are not mandatory
parent 62a9ed7d
......@@ -217,7 +217,7 @@
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......@@ -231,8 +231,7 @@
<key> <string>view_separator</string> </key>
<value> <string encoding="cdata"><![CDATA[
<br />\n
<br />
]]></string> </value>
</item>
......
  • erp5_web contains a field specialising this one: WebSite_view/my_available_language_set(via another intermediate field library), so it is now optional. Was it intentional (the commit message does not tell) ?

  • I believe that field should not be mandatory, like any other fields. Many things are required to define a working web site, "my_available_language_set" was the only one mandatory.

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