Commit 438215e
authored
bug #281 Fix of SymfonyForm error (oallain, GSadee)
This PR was merged into the 1.5 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.5
| Bug fix? | yes
| New feature? | no
| Related tickets |
Fix of error :
```
request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at /home/site/vendor/symfony/form/Form.php line 765 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at /home/site/vendor/symfony/form/Form.php:765)"} []
```
Commits
-------
250c404 Fix of SymfonyForm error
a88d022 Merge branch '1.5' into oallain-patch-11 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments