mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-19 04:50:33 +00:00
Fixes #11842. The `once: true` was likely added to prevent multiple concurrent submissions of the same form. This could still be worth preventing, but I suspect it would require wrapping the supplied `onApprove` callback with the corresponding logic, implemented manually, as I am not aware of any native API to prevent concurrent executions of callbacks. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11843 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu> Co-committed-by: Antonin Delpeuch <antonin@delpeuch.eu> |
||
|---|---|---|
| .. | ||
| fomantic | ||
| dimmer.ts | ||
| dirauto.js | ||
| dropdown.ts | ||
| fetch.js | ||
| fetch.test.js | ||
| fomantic.js | ||
| modal.ts | ||
| sortable.js | ||
| stores.js | ||
| tab.ts | ||
| tippy.js | ||
| toast.js | ||
| toast.test.js | ||