mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 21:36:09 +02:00
🐛 Fix permissions when moving comments
This commit is contained in:
parent
35c1008b37
commit
8a33a63f91
2 changed files with 6 additions and 2 deletions
|
@ -496,7 +496,8 @@
|
|||
;; --- COMMAND: Update comment thread position
|
||||
|
||||
(s/def ::update-comment-thread-position
|
||||
(s/keys :req-un [::profile-id ::id ::position ::frame-id ::share-id]))
|
||||
(s/keys :req-un [::profile-id ::id ::position ::frame-id]
|
||||
:opt-un [::share-id]))
|
||||
|
||||
(sv/defmethod ::update-comment-thread-position
|
||||
{::doc/added "1.15"}
|
||||
|
@ -514,7 +515,8 @@
|
|||
;; --- COMMAND: Update comment frame
|
||||
|
||||
(s/def ::update-comment-thread-frame
|
||||
(s/keys :req-un [::profile-id ::id ::frame-id ::share-id]))
|
||||
(s/keys :req-un [::profile-id ::id ::frame-id]
|
||||
:opt-un [::share-id]))
|
||||
|
||||
(sv/defmethod ::update-comment-thread-frame
|
||||
{::doc/added "1.15"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue