Monday, July 28, 2025
1 change · 17.0
Enhancements to existing features
The accounting dashboard now prevents users from clicking Fetch Transactions multiple times for the same bank. This reduces duplicate provider requests and helps avoid synchronization errors.
Original PR description
The button `Fetch Transactions` shown on a bank in the accounting dashboard can possibly be clicked multiple times in a row by a user. This would cause several calls to the provider causing potential errors. This commit prevents the user from being able to fetch transactions multiple times by removing this button once clicked. task-4900188