Commit b2f0857c authored by eduardmisa's avatar eduardmisa

sdfsdf

parent ab977d5b
......@@ -72,7 +72,7 @@ class ApplicationViewSet(viewsets.ModelViewSet):
log_save(
enums.LogEnum.DELETED.value,
enums.LogEntitiesEnum.APPLICATION.value,
instance.id,
new_instance['id'],
new_instance,
''
)
......
......@@ -87,7 +87,7 @@ def tmp_add_edit_delete(tmp_request_body,
log_save(
enums.LogEnum.ADD.value,
enum_type,
instance.id,
old_instance['id'],
'',
new_instance
)
......
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