feat(transactions): port manual bank-transaction import to SSR #8

Closed
notid wants to merge 133 commits from integreat-add-transaction-manual into master
Showing only changes of commit c6b55ce567 - Show all commits

View File

@@ -400,7 +400,8 @@
:x-model "unresolvedOnly"}
"Unresolved only")])
(when (is-admin? (:identity request))
(when (and (is-admin? (:identity request))
(:db/id (:bank-account (:query-params request))))
[:div.mt-4 {:x-data (hx/json {:potentialDuplicates (:potential-duplicates (:query-params request))})}
(com/hidden {:name "potential-duplicates"
":value" "potentialDuplicates ? 'on' : ''"})