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 @@ ...@@ -127,7 +127,9 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
...@@ -135,9 +137,7 @@ ...@@ -135,9 +137,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <value> <string></string> </value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
823 825
\ 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