Skip to content

Commit

Permalink
Merge pull request #33475 from dimagi/ad/fix-bluk-user-upload-500
Browse files Browse the repository at this point in the history
Remove error messaging when uploading users, fix 500 errors uploading users
  • Loading branch information
AddisonDunn authored Sep 14, 2023
2 parents 38ab0a6 + d187229 commit 30a8d7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions corehq/apps/users/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,9 +1218,6 @@ def post(self, request, *args, **kwargs):
upload_record.pk,
self.is_web_upload
)
errors = task.info['messages']['errors']
if errors:
messages.error(request, errors)
task_ref.set_task(task)
if self.is_web_upload:
return HttpResponseRedirect(
Expand Down

0 comments on commit 30a8d7e

Please sign in to comment.