-
I've enhanced the validation error placement for compatibility with Symfony forms and Bootstrap 3, meaning some errors aren't actually attached to fields and get placed way outside of jquery-validates…
-
### Environment
#### Sonata packages
show
```
sonata-project/admin-bundle 4.21.1 4.21.1 The missing Symfony Admin Generator
sonata-project/block-bundle 4.19.0 4.…
-
Am I right that the suggested (default) answer to the nullable-question ("Can this field be null in the database (nullable)") is always NO? I'm suggesting to change this to YES.
Why? When you want …
-
To make it easy to validate, we can use the Laravel validator with Symfony forms:
```php
$form = $factory->create(FormType::class, $user)
->add('name', TextType::class, [
'r…
-
## CVE-2017-16790 - Medium Severity Vulnerability
Vulnerable Library - symfony/symfony-v2.3.1
The Symfony PHP framework
Library home page: https://api.github.com/repos/symfony/symfony/zipball/0902c6…
-
- [ ] Modal Panel
- [ ] Form
- [ ] Mail via SwiftMailer
-
**API Platform version(s) affected**: 3.2.15
**Description**
Assets-mapper fail to compile assets for docs on 7.0.4
```
In JavaScriptImportPathCompiler.php line 119:
Symfony\Component\Ass…
-
Originally reported by @wjzijderveld in ContentBundle
> The embedded route and menu forms for the content admin are great!
>
> But for multilang menu nodes, it doesn't work to well.
> It only shows …
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
- [X] I have already [searched in existing i…
-
Thank you @kbond for the awesome test helper traits for Live and Twig components.
However, in some of my new tests that use these traits, I'm running into some issues. All this is PHP 8.2 on Symfo…