From 5b241222555f268de7d64bccfac26acb37f65654 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 3 Mar 2007 00:05:17 +0000
Subject: [PATCH] Replaced getCategoryChildLogicalPathItemList with
 getCategoryChildCompactLogicalPathItemList. This requires an upgrade of
 Base.py and Category.py

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13201 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_base/AgentPrivilege_view/my_agent_privilege.xml        | 2 +-
 .../erp5_base/Agent_view/listbox_agent_privilege.xml            | 2 +-
 .../portal_skins/erp5_base/Assignment_view/my_activity.xml      | 2 +-
 .../portal_skins/erp5_base/Assignment_view/my_function.xml      | 2 +-
 .../portal_skins/erp5_base/Assignment_view/my_group.xml         | 2 +-
 .../portal_skins/erp5_base/Assignment_view/my_site.xml          | 2 +-
 .../portal_skins/erp5_base/Organisation_view/my_activity.xml    | 2 +-
 .../erp5_base/Organisation_view/my_default_address_region.xml   | 2 +-
 .../portal_skins/erp5_base/Organisation_view/my_group.xml       | 2 +-
 .../portal_skins/erp5_base/Organisation_view/my_role.xml        | 2 +-
 .../portal_skins/erp5_base/Organisation_view/my_site.xml        | 2 +-
 .../erp5_base/Organisation_viewDetails/my_economical_class.xml  | 2 +-
 .../Organisation_viewDetails/my_market_segment_list.xml         | 2 +-
 .../erp5_base/Organisation_viewDetails/my_skill_list.xml        | 2 +-
 .../erp5_base/Organisation_viewDetails/my_social_form.xml       | 2 +-
 .../erp5_base/Person_view/my_default_address_region.xml         | 2 +-
 .../portal_skins/erp5_base/Person_view/my_gender.xml            | 2 +-
 .../portal_skins/erp5_base/Person_view/my_nationality.xml       | 2 +-
 .../erp5_base/Person_viewCareer/my_career_function.xml          | 2 +-
 .../erp5_base/Person_viewCareer/my_career_grade.xml             | 2 +-
 .../portal_skins/erp5_base/Person_viewCareer/my_career_role.xml | 2 +-
 .../erp5_base/Person_viewCareer/my_career_salary_level.xml      | 2 +-
 .../erp5_base/Person_viewCareer/my_career_skill_list.xml        | 2 +-
 .../erp5_base/Person_viewDetails/my_marital_status.xml          | 2 +-
 .../erp5_base/Person_viewProfile/my_career_function.xml         | 2 +-
 .../erp5_base/Person_viewProfile/my_career_grade.xml            | 2 +-
 .../erp5_base/Person_viewProfile/my_career_role.xml             | 2 +-
 .../erp5_base/Person_viewProfile/my_career_skill_list.xml       | 2 +-
 .../erp5_base/Person_viewProfile/my_product_line_list.xml       | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/AgentPrivilege_view/my_agent_privilege.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/AgentPrivilege_view/my_agent_privilege.xml
index 2cb8096bac..7714d5b137 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/AgentPrivilege_view/my_agent_privilege.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/AgentPrivilege_view/my_agent_privilege.xml
@@ -302,7 +302,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/agent_privilege/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/agent_privilege/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Agent_view/listbox_agent_privilege.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Agent_view/listbox_agent_privilege.xml
index 39bf4db1f3..bee670db58 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Agent_view/listbox_agent_privilege.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Agent_view/listbox_agent_privilege.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/agent_privilege/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/agent_privilege/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_activity.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_activity.xml
index d44a1439cf..0cf2f0f7cd 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_activity.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_activity.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/activity/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/activity/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_function.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_function.xml
index 93b0a3081e..7289c63958 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_function.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_function.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/function/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/function/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_group.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_group.xml
index ef97a7637a..ea4956e9f6 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_group.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_group.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/group/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/group/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_site.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_site.xml
index 76ace79bc7..70563c242b 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_site.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Assignment_view/my_site.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/site/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/site/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_activity.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_activity.xml
index d44a1439cf..0cf2f0f7cd 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_activity.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_activity.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/activity/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/activity/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_default_address_region.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_default_address_region.xml
index 26ee6386aa..14c38dafb4 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_default_address_region.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_default_address_region.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/region/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/region/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_group.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_group.xml
index ef97a7637a..ea4956e9f6 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_group.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_group.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/group/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/group/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_role.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_role.xml
index 7ebb8b68a1..ff4b8ce78b 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_role.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_role.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/role/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/role/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_site.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_site.xml
index 76ace79bc7..70563c242b 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_site.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_view/my_site.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/site/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/site/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_economical_class.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_economical_class.xml
index b3b91b54b8..7682b01570 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_economical_class.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_economical_class.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/economical_class/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/economical_class/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_market_segment_list.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_market_segment_list.xml
index c3fd021fee..9aabc7e884 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_market_segment_list.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_market_segment_list.xml
@@ -276,7 +276,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:tuple(here.portal_categories.market_segment.getCategoryChildLogicalPathItemList())</string> </value>
+            <value> <string>python:tuple(here.portal_categories.market_segment.getCategoryChildCompactLogicalPathItemList())</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_skill_list.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_skill_list.xml
index 038d2b9116..63c2e492a8 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_skill_list.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_skill_list.xml
@@ -275,7 +275,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/skill/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/skill/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_social_form.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_social_form.xml
index be61338949..47f0430685 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_social_form.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Organisation_viewDetails/my_social_form.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/social_form/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/social_form/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_default_address_region.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_default_address_region.xml
index 26ee6386aa..14c38dafb4 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_default_address_region.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_default_address_region.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/region/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/region/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_gender.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_gender.xml
index c2ef55015e..e8f63c127c 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_gender.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_gender.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: here.portal_categories.gender.getCategoryChildLogicalPathItemList(sort_id=\'int_index\')</string> </value>
+            <value> <string>python: here.portal_categories.gender.getCategoryChildCompactLogicalPathItemList(sort_id=\'int_index\')</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_nationality.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_nationality.xml
index 9d0540b6c0..9edec560d7 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_nationality.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_view/my_nationality.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/nationality/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/nationality/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_function.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_function.xml
index 210e4c5c80..89a3ae0006 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_function.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_function.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/function/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/function/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_grade.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_grade.xml
index f7112a71a0..a265821ea4 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_grade.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_grade.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/grade/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/grade/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_role.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_role.xml
index 5d5949a4ba..4765e672d8 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_role.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_role.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/role/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/role/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_salary_level.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_salary_level.xml
index fe201da6cf..5ee90d4b50 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_salary_level.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_salary_level.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: here.portal_categories.salary_level.getCategoryChildLogicalPathItemList(sort_id="int_index")</string> </value>
+            <value> <string>python: here.portal_categories.salary_level.getCategoryChildCompactLogicalPathItemList(sort_id="int_index")</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_skill_list.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_skill_list.xml
index 32909fcbd1..a1160daeab 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_skill_list.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewCareer/my_career_skill_list.xml
@@ -275,7 +275,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/skill/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/skill/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewDetails/my_marital_status.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewDetails/my_marital_status.xml
index 5d233a3269..92e989e174 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewDetails/my_marital_status.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewDetails/my_marital_status.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python: here.portal_categories.marital_status.getCategoryChildLogicalPathItemList(sort_id=\'int_index\')</string> </value>
+            <value> <string>python: here.portal_categories.marital_status.getCategoryChildCompactLogicalPathItemList(sort_id=\'int_index\')</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_function.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_function.xml
index 210e4c5c80..89a3ae0006 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_function.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_function.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/function/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/function/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_grade.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_grade.xml
index f7112a71a0..a265821ea4 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_grade.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_grade.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/grade/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/grade/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_role.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_role.xml
index 5d5949a4ba..4765e672d8 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_role.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_role.xml
@@ -281,7 +281,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/role/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/role/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_skill_list.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_skill_list.xml
index 32909fcbd1..a1160daeab 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_skill_list.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_career_skill_list.xml
@@ -275,7 +275,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/skill/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/skill/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_product_line_list.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_product_line_list.xml
index 6b805c90b2..eb2dff7e0c 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_product_line_list.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Person_viewProfile/my_product_line_list.xml
@@ -275,7 +275,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/portal_categories/product_line/getCategoryChildLogicalPathItemList</string> </value>
+            <value> <string>here/portal_categories/product_line/getCategoryChildCompactLogicalPathItemList</string> </value>
         </item>
       </dictionary>
     </pickle>
-- 
2.30.9