Commit 561c07a1 authored by Christophe Dumez's avatar Christophe Dumez

- Fixed order in multi installation dialog (listbox) so that it installs dependencies first

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73e652d5
......@@ -92,12 +92,11 @@ object_list = []\n
no_backup_list = [\'Action\', \'SiteProperty\', \'Module\', \'Document\', \'PropertySheet\', \'Extension\', \'Test\', \'Product\', \n
\'Role\', \'CatalogResultKey\', \'CatalogRelatedKey\', \'CatalogResultTable\', \'MessageTranslation\', \'LocalRoles\', \n
\'PortalTypeAllowedContentType\', \'PortalTypeHiddenContentType\', \'PortalTypePropertySheet\', \'PortalTypeBaseCategory\']\n
\n
for bt in bt_objects.keys():\n
for bt in bt_id_list:\n
modified_object_list = bt_objects[bt][1] \n
bt_title = bt_objects[bt][0]\n
keys = modified_object_list.keys()\n
#keys.sort()\n
keys.sort()\n
i = 0\n
for object_id in keys: \n
object_state, object_class = modified_object_list[object_id]\n
......
34
\ No newline at end of file
36
\ 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