Commit 14cb0690 authored by Frank Bergmann's avatar Frank Bergmann

- Now auditing REST writes to tasks

parent a5c540c5
...@@ -574,6 +574,9 @@ ad_proc -public im_rest_object_type_update_sql { ...@@ -574,6 +574,9 @@ ad_proc -public im_rest_object_type_update_sql {
} }
} }
# Audit the action
im_audit -action after_update -object_id $rest_oid
ns_log Notice "im_rest_object_type_update_sql: returning" ns_log Notice "im_rest_object_type_update_sql: returning"
return return
} }
......
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