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

bagal

parent a1efc8f2
...@@ -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