invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

[Bugfix] Creating Payments | Requests #1782

Closed Civolilah closed 1 month ago

Civolilah commented 1 month ago

@beganovich @turbo124 The PR includes prevention of potential double requests when creating payments. We did not have the save button disabled once the first request was triggered, and we did not prevent calling the function responsible for reaching the payments endpoint for payment creation. I have now implemented this to prevent any double requests here, as we do for most other entities. Let me know your thoughts.