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

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

* commit 'a1efc8f2':
  bagal mo
parents d4d3472a a1efc8f2
...@@ -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