fdiedler

Results 18 issues of fdiedler

Hi, I have a custom form type Foo::Type with unmapped values : ``` $builder ->add('propertyA', TextType::class) ->add('propertyB', ChoiceType::class, [ 'choices' => .... ]) ->add("propertyC", ChoiceType::class, [ 'choices' => .... 'mapped'...

Hi, After investigating, all fields in the current step that are not mapped (attribut `mapped => false`) are lost if I click on "previous" button. Example with only 2 steps...

Feature that refers to #5078 This PR allows to display modals in the _main menu_ and the _user menu_ at the top-right of the page. Hope you will appreciate this...

feature

@pedrotroller, @NicolasNSSM Hi, I want to use the doctrine DBAL adapter with Gaufrette but I cannot use it because I use the last current version of doctrine/dbal (v3.3.3) and there...

### Preconditions 1. PHP 8.1 2. Symfony 5.4 3. Last version of Liips bundle 4. GD library ### Steps to reproduce I try to create my own custom data loader...

Hi, I was unabled to build the last version with GCC 9.2 or higher. There is a problem in the mutex source file... `$ mingw32-make.exe compiler=gcc arch=intel64 [ 0%] Building...

Hi, After profiling my code, I found a performance issue in this function : ``` public function addEvent(Event $event): self { if (!\in_array($event, $this->events, true)) { $this->events[] = $event; }...

help wanted

Hi, I want to log changes from a OneToMany relation but I have an error message : > Cannot apply versioning to field [managedPeriods] as it is collection in object...

Hi, I am not able to run commands that need user interaction using Heroku cli. When I try _heroku run php bin/console doctrine:migrations:migrate_, the command ask me for a "yes/no"...

on-call reviewed

**Describe the bug** When I want to create a custom filter with `ChoiceType `Symfony field and the option `multiple = true`, I have an error. It works only if I...