Add some improvements to the auditlog module.

This commit is contained in:
Andrey Antukh 2021-10-07 16:23:19 +02:00 committed by Alonso Torres
parent 09d1c958ce
commit 1b69eda43e
6 changed files with 48 additions and 22 deletions

View file

@ -119,7 +119,8 @@
(::audit/profile-id resultm))
props (d/merge params' (::audit/props resultm))]
(audit :cmd :submit
:type (::type cfg)
:type (or (::audit/type resultm)
(::type cfg))
:name (or (::audit/name resultm)
(::sv/name mdata))
:profile-id profile-id