- Issue created by @Odai Atieh
If the user clicks multiple times on the workflow buttons (e.g., "Publish"), the form may be submitted multiple times, triggering multiple actions such as sending repeated email notifications.
We need to disable the submit button after the first click. I recommend attaching the core library core/drupal.form
, which prevents double form submissions by handling double-clicks.
Active
1.0
Code