Skip to content
Snippets Groups Projects
Verified Commit a7a1f720 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix typo

parent 78920a4b
No related branches found
No related tags found
1 merge request!533Resolve "Manage permissions for persons (users) and groups (Django groups) in frontend"
Pipeline #6764 canceled
......@@ -471,7 +471,7 @@ class AssignPermissionForm(forms.Form):
# Create permissions for users
for person in persons:
if getattr("person", "user", None):
if getattr(person, "user", None):
# Global permission
if all_objects:
assign_perm(permission_name, person.user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment