mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 08:41:40 +02:00
✨ Add some improvements to the auditlog module.
This commit is contained in:
parent
09d1c958ce
commit
1b69eda43e
6 changed files with 48 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue