Commit e46d4b8d authored by Fabien Morin's avatar Fabien Morin

change comment, now it's not a hack

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23587 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9d34601
...@@ -129,9 +129,8 @@ def getSecurityCategoryFromEntity(self, base_category_list, entity_name, ...@@ -129,9 +129,8 @@ def getSecurityCategoryFromEntity(self, base_category_list, entity_name,
portal = self.getPortalObject() portal = self.getPortalObject()
# XXX this hack permit to get the module of the application # this permit to get the module of the application. The goal is to
# the goal is to work with anonymous applications, even if they are # work with anonymous applications, even if they are not reindexed
# not reindexed
module_id = self.REQUEST.get('anonymous_module', None) module_id = self.REQUEST.get('anonymous_module', None)
if module_id: if module_id:
module = getattr(portal, module_id, None) module = getattr(portal, module_id, None)
......
292 293
\ 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