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

Merge branch '1219-users-without-person-linked-can-t-properly-use-frontend' into 'master'

Resolve "Users without person linked can't properly use frontend"

Closes #1219

See merge request !1747
parents 017729df deb2b382
No related branches found
No related tags found
1 merge request!1747Resolve "Users without person linked can't properly use frontend"
Pipeline #196692 canceled
......@@ -74,6 +74,8 @@ class PersonType(PermissionsTypeMixin, DjangoFilterMixin, DjangoObjectType):
]
filterset_class = PersonFilter
id = graphene.ID(required=False)
full_name = graphene.String()
username = graphene.String()
userid = graphene.ID()
......
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