Bulk coding works on multiple clients
This commit is contained in:
@@ -178,10 +178,9 @@
|
||||
[:div.buttons
|
||||
[:button.button.is-outlined.is-primary {:on-click (dispatch-event [::manual/opening])}
|
||||
"Manual Yodlee Import"]
|
||||
(when client
|
||||
[:button.button.is-warning {:on-click (dispatch-event [::bulk/code-requested checked params total])
|
||||
:disabled (not (seq checked))}
|
||||
"Code"])
|
||||
[:button.button.is-warning {:on-click (dispatch-event [::bulk/code-requested checked params total])
|
||||
:disabled (not (seq checked))}
|
||||
"Code"]
|
||||
[:button.button.is-danger {:on-click (dispatch-event [::delete-selected-requested params false])
|
||||
:disabled (not (seq checked))}
|
||||
"Delete"]
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
:operation/name "BulkCodeTransactions"}
|
||||
:venia/queries [[:bulk-code-transactions
|
||||
{:filters (some-> checked-params data-params->query-params)
|
||||
:client_id (:id client)
|
||||
:ids specific-transactions
|
||||
:vendor (:id (:vendor data))
|
||||
:approval-status (:transaction-approval-status data)
|
||||
|
||||
Reference in New Issue
Block a user