Revision 2d5b1b7b

b/snf-pithos-backend/pithos/backends/modular.py
884 884
                container,names)
885 885
        access_objects = self.permissions.access_check_bulk(permissions_path,
886 886
                user)
887
        group_parents = access_objects['group_parents']
887
        #group_parents = access_objects['group_parents']
888 888
        nobject_permissions = {}
889 889
        for path in permissions_path:
890 890
            allowed = 1
......
1776 1776
                lookup_list.append(p)
1777 1777

  
1778 1778
        if len(lookup_list) > 0:
1779
            props = self.node.get_props(paths)
1779
            props = self.node.get_props(lookup_list)
1780 1780
            if props:
1781 1781
                for prop in props:
1782 1782
                    if prop[1].split(';', 1)[0].strip() in (

Also available in: Unified diff