Commit b31c31c4 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #347 in RMS/api-main-service from RMSv2 to staging

* commit 'a17374be':
  bagal mo
parents 57fb02f0 a17374be
...@@ -27,7 +27,7 @@ class ChangeRequestTemplateAttachmentsSerializer( ...@@ -27,7 +27,7 @@ class ChangeRequestTemplateAttachmentsSerializer(
) )
return ret return ret
except Exception as e: except Exception as e:
ret['uploaded_by'] = "none" ret['uploaded_by'] = user_object
return ret return ret
class Meta: class Meta:
......
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