Commit 753691c4 by Őry Máté

Merge branch 'issue-293' into 'master'

Issue 293
parents b42a5745 e8ca9249
......@@ -2861,6 +2861,7 @@ class TransferOwnershipConfirmView(LoginRequiredMixin, View):
old = instance.owner
with instance_activity(code_suffix='ownership-transferred',
concurrency_check=False,
instance=instance, user=request.user):
instance.owner = request.user
instance.clean()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment