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 @@ ...@@ -11,6 +11,7 @@
<value> <value>
<list> <list>
<string>external_validator</string> <string>external_validator</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -87,6 +88,10 @@ ...@@ -87,6 +88,10 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Password Confimation</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>external_validator</string>
</list>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>your_reference</string> </value> <value> <string>your_reference</string> </value>
...@@ -63,6 +71,12 @@ ...@@ -63,6 +71,12 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>external_validator</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_empty_mode_reference</string> </value> <value> <string>my_empty_mode_reference</string> </value>
...@@ -81,4 +95,17 @@ ...@@ -81,4 +95,17 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </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> </ZopeData>
552 554
\ No newline at end of file \ 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