Invert submitOnce on UI
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
8779ded0dc
commit
3ed4fef4fa
2 changed files with 16 additions and 2 deletions
|
|
@ -174,6 +174,7 @@ class ApiController extends Controller {
|
|||
$form->setAccess([
|
||||
'type' => 'public'
|
||||
]);
|
||||
$form->setSubmitOnce(true);
|
||||
|
||||
$this->formMapper->insert($form);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue