cleans up grids
This commit is contained in:
@@ -439,8 +439,6 @@ args
|
||||
[(assoc-in (date-range-field* request) [1 :hx-swap-oob] true)
|
||||
(assoc-in (exact-match-id* request) [1 :hx-swap-oob] true)])
|
||||
:query-schema query-schema
|
||||
:parse-query-params (fn [p]
|
||||
(mc/decode query-schema p main-transformer))
|
||||
:action-buttons (fn [request]
|
||||
[(when-not (:external? (:route-params request)) (com/button {:color :primary
|
||||
:hx-get (bidi/path-for ssr-routes/only-routes
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
(apply-middleware-to-all-handlers
|
||||
(->
|
||||
{::route/investigate investigate
|
||||
::route/investigate-results (helper/table-route altered-grid-page :parse-query-params? false
|
||||
:push-url? false)}
|
||||
::route/investigate-results (helper/table-route altered-grid-page :push-url? false)}
|
||||
)
|
||||
(fn [h]
|
||||
(-> h
|
||||
|
||||
Reference in New Issue
Block a user