Commit b06d5367 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix setId on modules containing objects with internal relations [PATCH 1/2]:

Change inheritance order to be able to override CMFSite functions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4988 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd73624b
......@@ -78,7 +78,7 @@ def manage_addERP5Site(self, id, title='ERP5', description='',
if RESPONSE is not None:
RESPONSE.redirect(p.absolute_url())
class ERP5Site ( CMFSite, FolderMixIn ):
class ERP5Site ( FolderMixIn, CMFSite ):
"""
The *only* function this class should have is to help in the setup
of a new ERP5. It should not assist in the functionality at all.
......
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