mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
✨ Load current version on file import
This commit is contained in:
parent
f609063641
commit
f9a1139803
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
[app.common.data :as d]
|
||||
[app.common.data.macros :as dm]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.files.defaults :as cfd]
|
||||
[app.common.files.features :as ffeat]
|
||||
[app.common.files.migrations :as pmg]
|
||||
[app.common.fressian :as fres]
|
||||
|
@ -684,6 +685,7 @@
|
|||
(update :pages-index relink-shapes)
|
||||
(update :components relink-shapes)
|
||||
(update :media relink-media)
|
||||
(assoc :version cfd/version)
|
||||
(postprocess-file))
|
||||
|
||||
params {:id file-id'
|
||||
|
|
Loading…
Add table
Reference in a new issue