Commit 7a49764a authored by John Red Medrano's avatar John Red Medrano

Merge pull request #371 in RMS/api-main-service from red-develop to RMSv2

* commit 'ba1c64b0':
  fixing
parents 4efac2cb ba1c64b0
...@@ -32,6 +32,7 @@ class DownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet): ...@@ -32,6 +32,7 @@ class DownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet):
).distinct() ).distinct()
serializer = headers(data=data, many=True) serializer = headers(data=data, many=True)
serializer.is_valid(reaise_exception=False)
return Response(serializer.data) return Response(serializer.data)
column_header = { column_header = {
......
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 to comment