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

added created on history endpoint

parent 00672e81
...@@ -1219,7 +1219,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -1219,7 +1219,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
"date_sent" : convert['date_sent'], "date_sent" : convert['date_sent'],
"delegation" : convert['delegation'], "delegation" : convert['delegation'],
"action" : convert['action'], "action" : convert['action'],
"remarks" : convert['remarks'] "remarks" : convert['remarks'],
"created": convert['created']
} }
list_his.append(history_dict) list_his.append(history_dict)
......
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