Commit 3830e99a authored by Jérome Perrin's avatar Jérome Perrin

fix a typo error that breaks catalogging of local roles for groups


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41178d37
...@@ -56,9 +56,9 @@ except ImportError: ...@@ -56,9 +56,9 @@ except ImportError:
# If NuxUserGroups is installed and ERP5Security is not installed, we use NuxUserGroups groups # If NuxUserGroups is installed and ERP5Security is not installed, we use NuxUserGroups groups
try: try:
from Products.NuxUserGroups.CatalogToolWithGroups import mergedLocalRoles from Products.NuxUserGroups.CatalogToolWithGroups import mergedLocalRoles
from Products.NuxUserGroups.CatalogToolWithGroups import _getAllowedRolesAndUsersh from Products.NuxUserGroups.CatalogToolWithGroups import _getAllowedRolesAndUsers
withnuxgroups = 1 withnuxgroups = 1
except ImportError: except ImportError:
withnuxgroups = 0 withnuxgroups = 0
class IndexableObjectWrapper(CMFCoreIndexableObjectWrapper): class IndexableObjectWrapper(CMFCoreIndexableObjectWrapper):
......
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