Commit a7843425 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_core: sort skins folder select list in ERP5Site_viewCreateModuleDialog

parent 9d08cb2c
......@@ -124,7 +124,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:[(x, x) for x in here.getPortalObject().portal_skins.objectIds(spec=\'Folder\')]</string> </value>
<value> <string>python: sorted([(x, x) for x in here.getPortalObject().portal_skins.objectIds(spec=\'Folder\')])</string> </value>
</item>
</dictionary>
</pickle>
......
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