mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 05:31:39 +02:00
✨ Improve profile props handling and audit log integration.
This commit is contained in:
parent
344622b1c1
commit
6c1e13b6e5
3 changed files with 38 additions and 35 deletions
|
@ -108,7 +108,8 @@
|
|||
(::audit/profile-id resultm))
|
||||
props (d/merge params (::audit/props resultm))]
|
||||
(audit :submit {:type (::type cfg)
|
||||
:name (::sv/name mdata)
|
||||
:name (or (::audit/name resultm)
|
||||
(::sv/name mdata))
|
||||
:profile-id profile-id
|
||||
:props props})))
|
||||
result))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue