mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 07:16:07 -05:00
🐛 Add correct handling of features on clone-template
This commit is contained in:
parent
ca9b5b1b8a
commit
cb8e31e7f8
1 changed files with 6 additions and 2 deletions
|
@ -406,12 +406,16 @@
|
||||||
:prefix "penpot.template."
|
:prefix "penpot.template."
|
||||||
:suffix ""
|
:suffix ""
|
||||||
:min-age "30m")
|
:min-age "30m")
|
||||||
format (bfc/parse-file-format template)
|
|
||||||
|
|
||||||
|
format (bfc/parse-file-format template)
|
||||||
|
team (teams/get-team conn
|
||||||
|
:profile-id profile-id
|
||||||
|
:project-id project-id)
|
||||||
cfg (-> cfg
|
cfg (-> cfg
|
||||||
(assoc ::bfc/project-id project-id)
|
(assoc ::bfc/project-id project-id)
|
||||||
(assoc ::bfc/profile-id profile-id)
|
(assoc ::bfc/profile-id profile-id)
|
||||||
(assoc ::bfc/input template))
|
(assoc ::bfc/input template)
|
||||||
|
(assoc ::bfc/features (cfeat/get-team-enabled-features cf/flags team)))
|
||||||
|
|
||||||
result (if (= format :binfile-v3)
|
result (if (= format :binfile-v3)
|
||||||
(px/invoke! executor (partial bf.v3/import-files! cfg))
|
(px/invoke! executor (partial bf.v3/import-files! cfg))
|
||||||
|
|
Loading…
Add table
Reference in a new issue