[erp5_web_renderjs_ui] Disable the dialog as soon as it is submitted.
Romain Courteaud authored
This will prevent double concurrent submit.
Mutex can not be used, as it will block the update rendering.

Disable the dialog until the event listener is actived.
9316a9d1