Commit 872be8dd authored by Romain Courteaud's avatar Romain Courteaud

Initialize classification default value with preference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26424 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64fd4256
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:here.getClassification(here.portal_preferences.getPreferredDocumentClassification())</string> </value> <value> <string>python: here.portal_preferences.getPreferredDocumentClassification()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:tuple(here.portal_categories.classification.getCategoryChildLogicalPathItemList(display_none_category=0,filter_node=1,local_sort_id=\'title\',checked_permission=\'View\'))</string> </value> <value> <string>python: here.portal_categories.classification.getCategoryChildLogicalPathItemList(display_none_category=1,filter_node=1,local_sort_id=\'title\',checked_permission=\'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
43 44
\ No newline at end of file \ 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