From 8232fb0be66501bece201c30725a23d79c24c4c0 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 6 Jan 2011 16:30:45 +0000 Subject: [PATCH] Added new field to business configuration form used to define the user interface description file. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42078 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../BusinessConfiguration_view.xml | 1 + .../my_user_interface_description_file_id.xml | 84 +++++++++++++++++++ bt5/erp5_configurator/bt/revision | 2 +- 3 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view/my_user_interface_description_file_id.xml diff --git a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view.xml b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view.xml index b6ce1af5d3..4a16de8fc4 100644 --- a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view.xml +++ b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view.xml @@ -103,6 +103,7 @@ <string>my_configuration_state</string> <string>my_translated_simulation_state_title</string> <string>my_translated_validation_state_title</string> + <string>my_user_interface_description_file_id</string> </list> </value> </item> diff --git a/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view/my_user_interface_description_file_id.xml b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view/my_user_interface_description_file_id.xml new file mode 100644 index 0000000000..3fb6eea8b7 --- /dev/null +++ b/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator/BusinessConfiguration_view/my_user_interface_description_file_id.xml @@ -0,0 +1,84 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>my_user_interface_description_file_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>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>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>field_id</string> </key> + <value> <string>my_view_mode_user_interface_description_file_id</string> </value> + </item> + <item> + <key> <string>form_id</string> </key> + <value> <string>Base_viewConfiguratorFieldLibrary</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_configurator/bt/revision b/bt5/erp5_configurator/bt/revision index 0642336574..1e27e32d42 100644 --- a/bt5/erp5_configurator/bt/revision +++ b/bt5/erp5_configurator/bt/revision @@ -1 +1 @@ -473 \ No newline at end of file +478 \ No newline at end of file -- 2.30.9