Jordi Sala Morales

Results 121 comments of Jordi Sala Morales

TBH I dont know enough this part of the code, kinda hard to approve since is a big change (not by a lot of lines, but we must assume the...

I would like to test it, can you show me what kind of configuration was not working before and works with this PR?

I tried that form field with and without your PR, and the things that I observe are the following: 1. Without your PR , when I add sortable true, select2js...

> Should we add a next major comment to remove the code inside addRenderExtraParams ? Probably other bundles should adapt the implementation to not use this method too, imo we...

Do we have tests covering this new class?

I think I found at least another case on SonataMediaBundle where this could be useful.

Nothing, I have searched where do we use transactions and are only on PageBundle

IMO this issue should be moved to doctrine extensions

Same here, it was working previously, now it does not. I simplified the compose file to only mysql: ``` ❯ docker --debug compose up --file test-stack.yaml DEBU[0000] deploying on AWS...

I was having the same problem, not sure why I got this config, but I ended up with this: ~/.aws/config: ``` [profile default] region = eu-west-3 ``` ~/.aws/credentials: ``` [default]...