Commit f444640f authored by Evren Esat Özkan's avatar Evren Esat Özkan

rref #5285 ref GH-51

parent cc4d32f1
......@@ -140,7 +140,7 @@ class Permission(Model):
for r in ars.abstract_role.role_set:
users.add(r.role.user)
for r in self.role_set:
users.add(r.user)
users.add(r.role.user)
return users
......
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