Skip to content
Snippets Groups Projects
Commit 2ea5ad73 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

WIP: ensure that all messenger calls have the request

parent 386caac1
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ class DeterminationCreateOrUpdateView(CreateOrUpdateView):
else:
messenger(
MESSAGES.INVITED_TO_PROPOSAL,
request=self.request,
user=self.request.user,
submission=instance,
)
......
......@@ -124,6 +124,7 @@ class UpdateReviewersView(DelegatedViewMixin, UpdateView):
messenger(
MESSAGES.REVIEWERS_UPDATED,
request=self.request,
user=self.request.user,
submission=self.kwargs['submission'],
added=added,
......
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