Added logic to check if user is allowed to see requested data #89 #197
Reference in New Issue
Block a user
No description provided.
Delete Branch "#89"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#89
179ea6109d
todd64435c65
@@ -35,0 +52,4 @@
if user == "system" or user.auth_role == AuthRoleEnum.admin:
return self._resolve_collection(collection, *args, **kwargs)
for x in collection:
Sobald ein Element in der Collection von einem User nicht gesehen werden darf, wird die ganze Collection verworfen?