Fixed UI
This commit is contained in:
@@ -336,6 +336,7 @@
|
|||||||
should-disable-for-client? (and (not (or is-admin? is-power-user?))
|
should-disable-for-client? (and (not (or is-admin? is-power-user?))
|
||||||
(not= :requires-feedback (:original-status data)))
|
(not= :requires-feedback (:original-status data)))
|
||||||
is-already-matched? (:payment data)]
|
is-already-matched? (:payment data)]
|
||||||
|
(with-meta
|
||||||
(form-inline {:title "Transaction"}
|
(form-inline {:title "Transaction"}
|
||||||
[:<>
|
[:<>
|
||||||
|
|
||||||
@@ -449,4 +450,5 @@
|
|||||||
:field [:forecast-match]}])
|
:field [:forecast-match]}])
|
||||||
(error-notification)
|
(error-notification)
|
||||||
(when-not should-disable-for-client?
|
(when-not should-disable-for-client?
|
||||||
(submit-button "Save"))]]]]))])
|
(submit-button "Save"))]]]])
|
||||||
|
{:key (:id data)}))])
|
||||||
|
|||||||
Reference in New Issue
Block a user