X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Fviews%2Fpatch.py;fp=apps%2Fpatchwork%2Fviews%2Fpatch.py;h=f20f25d792e5b33321c43cf3e0a539419338ed51;hb=3c6909740c2b00c31a9b39b5ef8e0ce7f588f685;hp=d509e2887d68c70fb135df6b1dc78b345c23020b;hpb=8e8be3bcc0db37a92e12fe3ee2a3351c7a6bbcd9;p=patchwork diff --git a/apps/patchwork/views/patch.py b/apps/patchwork/views/patch.py index d509e28..f20f25d 100644 --- a/apps/patchwork/views/patch.py +++ b/apps/patchwork/views/patch.py @@ -156,7 +156,8 @@ def list(request, project_id): pass ps.append(patch) - (errors, form) = set_patches(request.user, action, request.POST, ps) + (errors, form) = set_patches(request.user, project, action, \ + request.POST, ps) if errors: context['errors'] = errors