Sebastian Gierth
Sebastian Gierth
> Another sample with GitHub API: https://developer.github.com/v3/#pagination > > They use `Link` header to display the next page and the last page. > > I'm not sure there is any...
Thank you :+1: Is there any consensus to use Link header over hypermedia by representation format (like HAL, json:api, ...)? My question is: should we using a protocol-agnostic format or...
Thanks for reply. I thought I could set the recipient by modifying the mail headers as described in the [documentation of SwiftMailer](https://swiftmailer.symfony.com/docs/headers.html#mailbox-e-mail-address-headers). But doing so is going to ignored by...
ping @kartolo Can you check the PR, please? What do you think about it?
Hi @joseadame and @si4kar , you could configure this working definition: ```yaml # app/config/services.yaml fos_user.registration.controller: class: App\Application\UserBundle\Controller\RegistrationController FOS\UserBundle\Form\Factory\FactoryInterface: '@fos_user.registration.form.factory' ``` (Source: [Using Aliases to Enable Autowiring](https://symfony.com/doc/4.4/service_container/autowiring.html#using-aliases-to-enable-autowiring))
A possible solution: removing the ProviderDataTransformer and add it with new options (e.g. new_on_update) to the FormBuilder. Working example: ```php
But that would reset/remove all other ModelTransformers, wouldn't it?
Same here. When I've set a value from a dropdown field this value was not shown in Firefox but in Chromium.