fix
This commit is contained in:
@@ -30,8 +30,10 @@
|
|||||||
entity-id
|
entity-id
|
||||||
html-response
|
html-response
|
||||||
main-transformer
|
main-transformer
|
||||||
|
many-entity
|
||||||
modal-response
|
modal-response
|
||||||
ref->enum-schema
|
ref->enum-schema
|
||||||
|
wrap-schema-decode
|
||||||
ref->select-options
|
ref->select-options
|
||||||
schema-enforce-request
|
schema-enforce-request
|
||||||
strip
|
strip
|
||||||
@@ -883,7 +885,7 @@
|
|||||||
::route/edit (-> dialog
|
::route/edit (-> dialog
|
||||||
(wrap-entity [:route-params :db/id] default-read)
|
(wrap-entity [:route-params :db/id] default-read)
|
||||||
(wrap-schema-enforce :route-schema [:map [:db/id entity-id]]))
|
(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-entity [:form-params :db/id] default-read)
|
||||||
(wrap-schema-enforce :form-schema form-schema)
|
(wrap-schema-enforce :form-schema form-schema)
|
||||||
(wrap-nested-form-params)
|
(wrap-nested-form-params)
|
||||||
|
|||||||
Reference in New Issue
Block a user