feat(access): Add multi-tennant manager
manager filters results to that of data from the organizations the users is part of. !42 #124
This commit is contained in:
@ -80,7 +80,9 @@ class OrganizationMixin():
|
||||
|
||||
id = int(self.request.POST.get(field))
|
||||
|
||||
|
||||
except:
|
||||
|
||||
pass
|
||||
|
||||
|
||||
return id
|
||||
|
Reference in New Issue
Block a user