mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #222 from alex-dna/patch-1
Update UserDefinedForm.php
This commit is contained in:
commit
83069113d1
@ -1031,6 +1031,8 @@ JS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$submittedForm->extend('updateAfterProcess');
|
||||||
|
|
||||||
Session::clear("FormInfo.{$form->FormName()}.errors");
|
Session::clear("FormInfo.{$form->FormName()}.errors");
|
||||||
Session::clear("FormInfo.{$form->FormName()}.data");
|
Session::clear("FormInfo.{$form->FormName()}.data");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user