Skip to content

Fix DoesNotExistError in InvitePerson view

magicfelix requested to merge send-invite-person-column into master

When at least one personal invitation existed, accessing the InvitePerson view threw an error, because the Person was searched by a User with the id of the Person...

Merge request reports