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

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

* commit '23cb7d79':
  set to action the query
parents 06c27b19 23cb7d79
......@@ -1118,7 +1118,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
list_his = []
for data in history:
# list_his.append()
x = data['fromValue'].replace("'", '"').replace('None', '""')
x = data['toValue'].replace("'", '"').replace('None', '""')
convert = json.loads(x)
print(convert)
user_id = convert['user']
......
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