You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed/Errored transactions will be persisted in the log file from #88. Those failed transactions should still be shown in the Transaction List with the X circled icon. On the right hand side of the row, there should be icon/buttons that enable the following functions:
Mark Deleted — Adds a flag to the log entry that filters this failed transaction from the UI, but leaves it in the log
Edit and Send — Brings the user back to the Transaction Send form with all relevant data from the transaction populated in the input fields
Resend — Brings the user the Transaction Send form, with fields populated, and immediately prompts the user for their password to confirm resend with parameters unchanged
The text was updated successfully, but these errors were encountered:
There is some hairiness here with detecting transactions that eventually fail. Current implementation using API would need to check updated transaction list against previous one. Feels a bit clumsy; MQTT could help.
Issue 7.2.2
Failed/Errored transactions will be persisted in the log file from #88. Those failed transactions should still be shown in the Transaction List with the X circled icon. On the right hand side of the row, there should be icon/buttons that enable the following functions:
The text was updated successfully, but these errors were encountered: