Commit 848a8496 authored by Roque's avatar Roque

erp5_project: proper name for property

parent ac7b7704
......@@ -16,11 +16,11 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string>The publication section for documents</string> </value>
<value> <string>The publication section for web pages to be used as project home page</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>preferred_publication_section_property</string> </value>
<value> <string>preferred_project_home_page_publication_section_category_property</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -94,6 +94,7 @@
<value>
<list>
<string>my_preferred_task_resource_use_list</string>
<string>my_preferred_project_home_page_publication_section_category</string>
</list>
</value>
</item>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_preferred_publication_section</string> </value>
<value> <string>my_preferred_project_home_page_publication_section_category</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -102,7 +102,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Publication Section</string> </value>
<value> <string>Home Page Publication Section</string> </value>
</item>
</dictionary>
</value>
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_categories[field.getId().replace(\'my_preferred_\', \'\', 1)].getCategoryChildCompactLogicalPathItemList()</string> </value>
<value> <string>python: here.portal_categories["publication_section"].getCategoryChildCompactLogicalPathItemList()</string> </value>
</item>
</dictionary>
</pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment