Commit 4daf34f6 authored by Fabien Morin's avatar Fabien Morin

change the tales expression for trade_phase list on BusinessPath_view to use a better one

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b762e7f
......@@ -13,8 +13,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......
......@@ -13,8 +13,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -124,7 +124,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/portal_categories/trade_phase/getFormItemList</string> </value>
<value> <string>python: getattr(here.portal_categories.trade_phase, preferences.getPreference(\'preferred_category_child_item_list_method_id\', \'getCategoryChildCompactLogicalPathItemList\'))(local_sort_id=(\'int_index\', \'translated_title\'), checked_permission=\'View\')</string> </value>
</item>
</dictionary>
</pickle>
......
188
\ No newline at end of file
193
\ No newline at end of file
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