Commit 42b9cd97 authored by John Red Medrano's avatar John Red Medrano

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

* commit 'c91ee544':
  bagal
parents a17374be c91ee544
...@@ -25,7 +25,7 @@ class ChangeRequestFormAttachmentsSerializer( ...@@ -25,7 +25,7 @@ class ChangeRequestFormAttachmentsSerializer(
) )
return ret return ret
except Exception as e: except Exception as e:
ret['uploaded_by'] = "none" ret['uploaded_by'] = user_object
ret['file_upload'] = "none" ret['file_upload'] = "none"
return ret return ret
......
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