Commit 23cb7d79 authored by John Red Medrano's avatar John Red Medrano

set to action the query

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