mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 16:21:40 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
076d64df8f
31 changed files with 339 additions and 141 deletions
|
@ -78,7 +78,10 @@
|
|||
:always
|
||||
(update :data select-keys [:id :options :pages :pages-index :components]))
|
||||
|
||||
libs (files/get-file-libraries conn file-id)
|
||||
libs (->> (files/get-file-libraries conn file-id)
|
||||
(mapv (fn [{:keys [id] :as lib}]
|
||||
(merge lib (files/get-file cfg id)))))
|
||||
|
||||
links (->> (db/query conn :share-link {:file-id file-id})
|
||||
(mapv (fn [row]
|
||||
(-> row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue