Commit 462d7d52 authored by Jérome Perrin's avatar Jérome Perrin

no need to use required field here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22660 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c0540d4
......@@ -15,7 +15,6 @@
<list>
<string>title</string>
<string>description</string>
<string>required</string>
</list>
</value>
</item>
......@@ -77,7 +76,7 @@
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<key> <string>description</string> </key>
<value> <string>The name of the Account</string> </value>
</item>
<item>
......@@ -88,16 +87,12 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Account Name</string> </value>
</item>
</dictionary>
......
728
\ No newline at end of file
729
\ No newline at end of file
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