Details
Description
When going to install a module, it's possible to click the Install button multiple times (very quickly), thus sending multiple requests to Blesta to install the module. The first request will create it, however, the subsequent requests will fail due to an SQL error regarding a duplicate key, showing a stack trace page.
We should only attempt to add a module if one does not exist for the company.
Sounds like a race condition, may not be possible to detect installation by the time the 2nd button fires. Best option is to disable button after click.