From c6bbadb3216231a98ef00c1ef76b41ac46926839 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 13:21:11 +0000 Subject: [PATCH] Renamed from organisation_viewDetails.form to Organisation_viewDetails.form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1632 20353a03-c40f-0410-a6d1-a30d3c3de9de --- ...ewDetails.form => Organisation_viewDetails.form} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename product/ERP5/skins/erp5_crm/{organisation_viewDetails.form => Organisation_viewDetails.form} (97%) diff --git a/product/ERP5/skins/erp5_crm/organisation_viewDetails.form b/product/ERP5/skins/erp5_crm/Organisation_viewDetails.form similarity index 97% rename from product/ERP5/skins/erp5_crm/organisation_viewDetails.form rename to product/ERP5/skins/erp5_crm/Organisation_viewDetails.form index f74ee9b71c..c81e23f9cb 100755 --- a/product/ERP5/skins/erp5_crm/organisation_viewDetails.form +++ b/product/ERP5/skins/erp5_crm/Organisation_viewDetails.form @@ -5,7 +5,7 @@ <row_length>4</row_length> <name>Details</name> <pt>form_view</pt> - <action>base_edit</action> + <action>Base_edit</action> <update_action></update_action> <method>POST</method> <enctype></enctype> @@ -240,16 +240,17 @@ <external_validator></external_validator> <extra></extra> <hidden type="int">0</hidden> - <jump_method>base_jump_relation</jump_method> + <jump_method>Base_jumpToRelatedDocument</jump_method> <max_length></max_length> <not_viewable type="int">0</not_viewable> <portal_type type="list">[('Organisation', 'Organisation')]</portal_type> <read_only type="int">0</read_only> + <relation_setter_id></relation_setter_id> <required type="int">0</required> <title>Social organisation</title> <truncate type="int">0</truncate> <unicode type="int">0</unicode> - <update_method>base_update_relation</update_method> + <update_method>Base_updateRelation</update_method> <viewable_expression></viewable_expression> <viewable_permission type="list">[]</viewable_permission> <viewable_role type="list">[]</viewable_role> @@ -354,7 +355,7 @@ <message name="unknown_selection">You selected an item that was not in the list.</message> </messages> </field> - <field><id>my_segmentation</id> <type>MultiListField</type> + <field><id>my_market_segment_list</id> <type>MultiListField</type> <values> <alternate_name></alternate_name> <css_class></css_class> @@ -375,7 +376,7 @@ </view_separator> </values> <tales> - <items>here/portal_categories/market_segment/getCategoryChildLogicalPathItemList</items> + <items>python:tuple(here.portal_categories.market_segment.getCategoryChildLogicalPathItemList())</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -386,4 +387,4 @@ </fields> </group> </groups> -</form> +</form> \ No newline at end of file -- 2.30.9