Commit ce087269 authored by Nicolas Delaby's avatar Nicolas Delaby

Authorise empty values for specialise value

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b75ea10d
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: [(plugin.getTitle(), plugin.getRelativeUrl()) for plugin in here.portal_memcached.contentValues(portal_type=\'Memcached Plugin\', sort_on=\'int_index\')]</string> </value> <value> <string>python:[(\'\',\'\')] + [(plugin.getTitle(), plugin.getRelativeUrl()) for plugin in here.portal_memcached.contentValues(portal_type=\'Memcached Plugin\', sort_on=\'int_index\')]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1261 1262
\ 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