Revisions on grid page to make parameters easier to grok
This commit is contained in:
@@ -81,7 +81,12 @@ fastlink.open({fastLinkURL: '%s',
|
||||
:nav (com/company-aside-nav)
|
||||
:id-fn :db/id
|
||||
:fetch-page (fn [user args]
|
||||
(yodlee2/get-graphql (assoc args :id user)))
|
||||
(yodlee2/get-graphql
|
||||
{:client (:client args)
|
||||
:clients (:clients args)
|
||||
:sort (:sort (:parsed-query-params args))
|
||||
:start (:start (:parsed-query-params args))
|
||||
:per-page (:per-page (:parsed-query-params args))}))
|
||||
:breadcrumbs [[:a {:href (bidi/path-for ssr-routes/only-routes
|
||||
:company)}
|
||||
"My Company"]
|
||||
|
||||
Reference in New Issue
Block a user