This commit is contained in:
2023-11-03 17:11:18 -07:00
parent 320d7c73df
commit d1d716b21d

View File

@@ -30,8 +30,10 @@
entity-id
html-response
main-transformer
many-entity
modal-response
ref->enum-schema
wrap-schema-decode
ref->select-options
schema-enforce-request
strip
@@ -883,7 +885,7 @@
::route/edit (-> dialog
(wrap-entity [:route-params :db/id] default-read)
(wrap-schema-enforce :route-schema [:map [:db/id entity-id]]))
::route/edit-terms (-> terms-dialog
::route/edit-terms (-> terms-modal
(wrap-entity [:form-params :db/id] default-read)
(wrap-schema-enforce :form-schema form-schema)
(wrap-nested-form-params)