fafiebig

Results 3 comments of fafiebig

Danke für die schnelle Antwort. Werde mal schauen was ich da tun kann.

adding a colored hint for the default async behavior to the mailer installation section https://symfony.com/doc/current/mailer.html#installation and to the messenger installation https://symfony.com/doc/current/messenger.html#installation would be good imho.

you can reset your transformers in the media related admin method like so: ```php public function configureFormFields(FormMapper $formMapper) { parent::configureFormFields($formMapper); $formMapper->getFormBuilder()->resetModelTransformers(); $formMapper->getFormBuilder()->addModelTransformer( new ProviderDataTransformer( $this->pool, $this->getClass(), array( 'new_on_update' => false...