Commit f3469ef0 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix title and missing validation script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84949a53
......@@ -11,6 +11,7 @@
<value>
<list>
<string>external_validator</string>
<string>title</string>
</list>
</value>
</item>
......@@ -87,6 +88,10 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Password Confimation</string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -6,6 +6,14 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>external_validator</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_reference</string> </value>
......@@ -63,6 +71,12 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_empty_mode_reference</string> </value>
......@@ -81,4 +95,17 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>BusinessConfiguration_validateCustomerUsername</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
552
\ No newline at end of file
554
\ 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