Sébastien Alfaiate

Results 63 issues of Sébastien Alfaiate

### Symfony version(s) affected 5.4.6 ### Description In [the documentation](https://symfony.com/doc/5.4/service_container/tags.html#tagged-services-with-index) we can read: > Just like the priority, you can also implement a static `getDefaultIndexName()` method in the handlers and...

DependencyInjection
Bug
Status: Needs Review

### Description This issue is not a bug but more a discussion about adding new events to the form component. I am thinking about 2 new events that could occurs...

Form
Feature

I would like to be able to load french translations and set a different custom text on each of my datatable (for example to set a different text for the...

**Describe the bug** When using loggable, a new `ext_log_entries` table is created in the database. After that, every time we use `doctrine:migrations:diff` command, the generated migration file contains ```php $this->addSql('DROP...

Bug

The `filename` option of `configureImageRule` and `configureFontRule` is not consistent with `copyFiles`. With `copyFiles`, `[ext]` doesn't include the dot => `jpg` With `configureImageRule`, `[ext]` includes the dot => `.jpg` This...

Documentation for https://github.com/symfony/symfony/pull/46224

Form
Status: Needs Review
Waiting Code Merge

| Q | A | ------------- | --- | License | MIT | Packagist | https://packagist.org/packages/google/apiclient Since 2.10, Google API Client use namespaces: `Google\Client` `Google_Client` will be deprecated in the...

Hello, Actually, if we want to render a `input-lg` / `input-sm` / etc... we have 2 ways to do it: - Adding the `form-group-*` class to the parent - Adding...

FPDF and FPDI should be added to composer.json requirements and removed from this repository. So we can get updates easily. ``` { "require": { "setasign/fpdi-fpdf": "1.6.1" } } ``` See:...

Documentation for feature https://github.com/symfony/symfony/pull/47210

Form
Status: Needs Review
Waiting Code Merge