Commit 3b0db9fc authored by Aurel's avatar Aurel

default priority value displayed on a System Preference is 1

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21161 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a842e7f
......@@ -127,7 +127,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -135,9 +137,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getPortalObject().portal_membership.checkPermission("Manage portal", here)</string> </value>
<value> <string>python: here.getPriority(1)</string> </value>
</item>
</dictionary>
</pickle>
......
823
\ No newline at end of file
825
\ 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