migrates accounts to new dialog, adds client search to user
This commit is contained in:
@@ -13,16 +13,18 @@
|
||||
#"/search/?" :admin-history-search
|
||||
["/" [#"\d+" :entity-id] #"/?"] :admin-history
|
||||
["/inspect/" [#"\d+" :entity-id] #"/?"] :admin-history-inspect}
|
||||
"/user" {"" :users
|
||||
"/user" {"" {:get :users
|
||||
:put :user-edit-save}
|
||||
"/table" :user-table
|
||||
"/impersonate" :user-impersonate
|
||||
[[#"\d+" :db/id] "/edit"] {:get :user-edit-dialog
|
||||
:post :user-edit-save}}
|
||||
"/account" {"" :admin-accounts
|
||||
[[#"\d+" :db/id] "/edit"] {:get :user-edit-dialog}}
|
||||
"/account" {"" {:get :admin-accounts
|
||||
:put :admin-account-save
|
||||
:post :admin-account-save}
|
||||
"/table" :admin-account-table
|
||||
"/override/new" :admin-account-client-override-new
|
||||
["/" [#"\d+" :db/id] "/edit"] {:get :admin-account-edit-dialog
|
||||
:post :admin-account-edit-save}}
|
||||
"/new" {:get :admin-account-new-dialog}
|
||||
[[#"\d+" :db/id] "/edit"] :admin-account-edit-dialog
|
||||
"/override/new" :admin-account-client-override-new}
|
||||
"/ezcater-xls" :admin-ezcater-xls}
|
||||
"transaction" {"/insights" {"" :transaction-insights
|
||||
"/table" :transaction-insight-table
|
||||
|
||||
Reference in New Issue
Block a user