From 3f86d7ee7c32174f16b71be3c3e0f72496da2157 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 8 Feb 2007 17:59:39 +0000 Subject: [PATCH] Add duration field test zuite. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12587 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Foo/view_duration_field.xml | 89 +++++ .../portal_tests/duration_field_zuite.xml | 44 +++ .../testDurationField.xml | 360 ++++++++++++++++++ .../erp5_ui_test/Foo_viewDurationField.xml | 158 ++++++++ .../Foo_viewDurationField/my_id.xml | 110 ++++++ .../Foo_viewDurationField/my_quantity.xml | 230 +++++++++++ .../Foo_viewDurationField/my_title.xml | 110 ++++++ bt5/erp5_ui_test/bt/revision | 2 +- bt5/erp5_ui_test/bt/template_action_path_list | 1 + bt5/erp5_ui_test/bt/template_path_list | 2 + 10 files changed, 1105 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_duration_field.xml create mode 100644 bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite.xml create mode 100644 bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite/testDurationField.xml create mode 100644 bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField.xml create mode 100644 bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_id.xml create mode 100644 bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_quantity.xml create mode 100644 bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_title.xml diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_duration_field.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_duration_field.xml new file mode 100644 index 0000000000..8e6a89a9c1 --- /dev/null +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_duration_field.xml @@ -0,0 +1,89 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.CMFCore.ActionInformation</string> + <string>ActionInformation</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_view</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>view_duration_field</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>5.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Duration Field</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <tuple> + <string>Products.CMFCore.Expression</string> + <string>Expression</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/Foo_viewDurationField</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite.xml new file mode 100644 index 0000000000..345cd37014 --- /dev/null +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite.xml @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.Zelenium.zuite</string> + <string>Zuite</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>duration_field_zuite</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Testing Relation Fields</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite/testDurationField.xml b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite/testDurationField.xml new file mode 100644 index 0000000000..fbd375dc6a --- /dev/null +++ b/bt5/erp5_ui_test/PathTemplateItem/portal_tests/duration_field_zuite/testDurationField.xml @@ -0,0 +1,360 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.PageTemplates.ZopePageTemplate</string> + <string>ZopePageTemplate</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Test Duration Field</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test Duration Field</td></tr>\n +</thead><tbody>\n +<tal:block metal:use-macro="here/RelationFieldZuite_CommonTemplate/macros/init" />\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/FooModule_createObjects?num:int=1</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Created Successfully.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/ListBoxZuite_waitForActivities</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Done.</td>\n + <td></td>\n +</tr>\n +\n +<tr>\n + <td>open</td>\n + <td>${base_url}/foo_module/0/Foo_viewDurationField</td>\n + <td></td>\n +</tr>\n +\n +<!-- Initialize -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>0.0</td>\n +</tr>\n +\n +<!-- Test second value -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>59.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>59.0</td>\n +</tr>\n +\n +<!-- Test minute value -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>58.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>58.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>59.0</td>\n +</tr>\n +\n +<!-- Test hour value -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>23.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>23.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>58.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>59.0</td>\n +</tr>\n +\n +<!-- Test second increase minutes -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>63.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>23.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>59.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>3.0</td>\n +</tr>\n +\n +<!-- Test minutes increase hour -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>63.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>24.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>3.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>3.0</td>\n +</tr>\n +\n +<!-- Test seconds increase hour -->\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>3600.0</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//button[@title=\'Save\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyPortalStatusMessage</td>\n + <td>Data Updated.</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_hour</td>\n + <td>1.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_minute</td>\n + <td>0.0</td>\n +</tr>\n +<tr>\n + <td>verifyValue</td>\n + <td>subfield_field_my_quantity_second</td>\n + <td>0.0</td>\n +</tr>\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testDurationField</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField.xml new file mode 100644 index 0000000000..a2bbf4084d --- /dev/null +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField.xml @@ -0,0 +1,158 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ERP5Form.Form</string> + <string>ERP5Form</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary/> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>action</string> </key> + <value> <string>Base_edit</string> </value> + </item> + <item> + <key> <string>encoding</string> </key> + <value> <string>UTF-8</string> </value> + </item> + <item> + <key> <string>enctype</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>group_list</string> </key> + <value> + <list> + <string>left</string> + <string>right</string> + <string>center</string> + <string>bottom</string> + <string>hidden</string> + </list> + </value> + </item> + <item> + <key> <string>groups</string> </key> + <value> + <dictionary> + <item> + <key> <string>bottom</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>center</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>hidden</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>left</string> </key> + <value> + <list> + <string>my_quantity</string> + <string>my_id</string> + <string>my_title</string> + </list> + </value> + </item> + <item> + <key> <string>right</string> </key> + <value> + <list/> + </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Foo_viewDurationField</string> </value> + </item> + <item> + <key> <string>method</string> </key> + <value> <string>POST</string> </value> + </item> + <item> + <key> <string>name</string> </key> + <value> <string>Foo_viewDurationField</string> </value> + </item> + <item> + <key> <string>pt</string> </key> + <value> <string>form_view</string> </value> + </item> + <item> + <key> <string>row_length</string> </key> + <value> <int>4</int> </value> + </item> + <item> + <key> <string>stored_encoding</string> </key> + <value> <string>UTF-8</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Duration Field</string> </value> + </item> + <item> + <key> <string>unicode_mode</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>update_action</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_id.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_id.xml new file mode 100644 index 0000000000..bc4920ceb5 --- /dev/null +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_id.xml @@ -0,0 +1,110 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ERP5Form.ProxyField</string> + <string>ProxyField</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>delegated_list</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>my_id</string> </value> + </item> + <item> + <key> <string>message_values</string> </key> + <value> + <dictionary> + <item> + <key> <string>external_validator_failed</string> </key> + <value> <string>The input failed the external validator.</string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>overrides</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>tales</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>values</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string>my_id</string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string>Foo_viewRelationField</string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string>Click to edit the target</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_quantity.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_quantity.xml new file mode 100644 index 0000000000..aad1d9454f --- /dev/null +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_quantity.xml @@ -0,0 +1,230 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ERP5Form.DurationField</string> + <string>DurationField</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>my_quantity</string> </value> + </item> + <item> + <key> <string>message_values</string> </key> + <value> + <dictionary> + <item> + <key> <string>external_validator_failed</string> </key> + <value> <string>The input failed the external validator.</string> </value> + </item> + <item> + <key> <string>not_float</string> </key> + <value> <string>You did not enter a floating point number.</string> </value> + </item> + <item> + <key> <string>required_not_found</string> </key> + <value> <string>Input is required but no input given.</string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>overrides</string> </key> + <value> + <dictionary> + <item> + <key> <string>alternate_name</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>css_class</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>default</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_maxwidth</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_width</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>enabled</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>external_validator</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>extra</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>hidden</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>required</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>whitespace_preserve</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>tales</string> </key> + <value> + <dictionary> + <item> + <key> <string>alternate_name</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>css_class</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>default</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_maxwidth</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_width</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>enabled</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>external_validator</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>extra</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>hidden</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>required</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>whitespace_preserve</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>values</string> </key> + <value> + <dictionary> + <item> + <key> <string>alternate_name</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>css_class</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>default</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_maxwidth</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>display_width</string> </key> + <value> <int>20</int> </value> + </item> + <item> + <key> <string>editable</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>enabled</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>external_validator</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>extra</string> </key> + <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>Duration Quantity</string> </value> + </item> + <item> + <key> <string>whitespace_preserve</string> </key> + <value> <int>0</int> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_title.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_title.xml new file mode 100644 index 0000000000..d9aeeace23 --- /dev/null +++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Foo_viewDurationField/my_title.xml @@ -0,0 +1,110 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.ERP5Form.ProxyField</string> + <string>ProxyField</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>delegated_list</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>my_title</string> </value> + </item> + <item> + <key> <string>message_values</string> </key> + <value> + <dictionary> + <item> + <key> <string>external_validator_failed</string> </key> + <value> <string>The input failed the external validator.</string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>overrides</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>tales</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </value> + </item> + <item> + <key> <string>values</string> </key> + <value> + <dictionary> + <item> + <key> <string>extra_context</string> </key> + <value> + <list/> + </value> + </item> + <item> + <key> <string>field_id</string> </key> + <value> <string>my_title</string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string>Foo_viewRelationField</string> </value> + </item> + <item> + <key> <string>target</string> </key> + <value> <string>Click to edit the target</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 4e9bdff0c6..2efea5198b 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -164 +167 \ No newline at end of file diff --git a/bt5/erp5_ui_test/bt/template_action_path_list b/bt5/erp5_ui_test/bt/template_action_path_list index d94af7047c..57a8c83296 100644 --- a/bt5/erp5_ui_test/bt/template_action_path_list +++ b/bt5/erp5_ui_test/bt/template_action_path_list @@ -17,5 +17,6 @@ Foo | history Foo | list Foo | metadata Foo | view +Foo | view_duration_field Foo | view_proxy_field Foo | view_relation_field \ No newline at end of file diff --git a/bt5/erp5_ui_test/bt/template_path_list b/bt5/erp5_ui_test/bt/template_path_list index d0c0df1f6d..5126f7b3b7 100644 --- a/bt5/erp5_ui_test/bt/template_path_list +++ b/bt5/erp5_ui_test/bt/template_path_list @@ -7,6 +7,8 @@ portal_tests/check_box_field_zuite portal_tests/check_box_field_zuite/** portal_tests/document_zuite portal_tests/document_zuite/** +portal_tests/duration_field_zuite +portal_tests/duration_field_zuite/** portal_tests/integer_field_zuite portal_tests/integer_field_zuite/** portal_tests/listbox_zuite -- 2.30.9