From 5b84e152e5533424ffbfd530e16638784b7b82c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Fri, 2 Mar 2007 12:57:42 +0000
Subject: [PATCH] modify some field for performance view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13182 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Bar.xml                      |  4 ++++
 .../erp5_ui_test/Bar_viewPerformance.xml      |  2 +-
 ...bordination_title.xml => my_reference.xml} | 24 ++++++++++++++-----
 bt5/erp5_ui_test/bt/revision                  |  2 +-
 4 files changed, 24 insertions(+), 8 deletions(-)
 rename bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/{my_career_subordination_title.xml => my_reference.xml} (94%)

diff --git a/bt5/erp5_ui_test/PortalTypeTemplateItem/portal_types/Bar.xml b/bt5/erp5_ui_test/PortalTypeTemplateItem/portal_types/Bar.xml
index 6477635ffc..dc5bd1b1f8 100644
--- a/bt5/erp5_ui_test/PortalTypeTemplateItem/portal_types/Bar.xml
+++ b/bt5/erp5_ui_test/PortalTypeTemplateItem/portal_types/Bar.xml
@@ -107,6 +107,10 @@
             <key> <string>init_script</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>permission</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>property_sheet_list</string> </key>
             <value>
diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance.xml
index 00f8baec4a..34c73aafb9 100644
--- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance.xml
+++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance.xml
@@ -92,7 +92,7 @@
                     <value>
                       <list>
                         <string>my_gender</string>
-                        <string>my_career_subordination_title</string>
+                        <string>my_reference</string>
                       </list>
                     </value>
                 </item>
diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_career_subordination_title.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_reference.xml
similarity index 94%
rename from bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_career_subordination_title.xml
rename to bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_reference.xml
index 1c7d685ece..3891981507 100644
--- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_career_subordination_title.xml
+++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewPerformance/my_reference.xml
@@ -14,7 +14,7 @@
       <dictionary>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_career_subordination_title</string> </value>
+            <value> <string>my_reference</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
@@ -259,7 +259,7 @@
                 </item>
                 <item>
                     <key> <string>base_category</string> </key>
-                    <value> <string>subordination</string> </value>
+                    <value> <string>reference</string> </value>
                 </item>
                 <item>
                     <key> <string>catalog_index</string> </key>
@@ -271,6 +271,10 @@
                       <list/>
                     </value>
                 </item>
+                <item>
+                    <key> <string>container_getter_id</string> </key>
+                    <value> <string></string> </value>
+                </item>
                 <item>
                     <key> <string>css_class</string> </key>
                     <value> <string></string> </value>
@@ -341,6 +345,14 @@
                     <key> <string>max_length</string> </key>
                     <value> <string></string> </value>
                 </item>
+                <item>
+                    <key> <string>max_linelength</string> </key>
+                    <value> <string></string> </value>
+                </item>
+                <item>
+                    <key> <string>max_lines</string> </key>
+                    <value> <string></string> </value>
+                </item>
                 <item>
                     <key> <string>parameter_list</string> </key>
                     <value>
@@ -352,15 +364,15 @@
                     <value>
                       <list>
                         <tuple>
-                          <string>Organisation</string>
-                          <string>Organisation</string>
+                          <string>Bar</string>
+                          <string>Bar</string>
                         </tuple>
                       </list>
                     </value>
                 </item>
                 <item>
                     <key> <string>relation_setter_id</string> </key>
-                    <value> <string>setCareerSubordinationUid</string> </value>
+                    <value> <string>setReference</string> </value>
                 </item>
                 <item>
                     <key> <string>required</string> </key>
@@ -378,7 +390,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>Organisation</string> </value>
+                    <value> <string>Bar</string> </value>
                 </item>
                 <item>
                     <key> <string>truncate</string> </key>
diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision
index 6547e41559..4a8d924028 100644
--- a/bt5/erp5_ui_test/bt/revision
+++ b/bt5/erp5_ui_test/bt/revision
@@ -1 +1 @@
-171
\ No newline at end of file
+174
\ No newline at end of file
-- 
2.30.9