-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.x into Master #6712
3.x into Master #6712
Conversation
This way it will avoid extra translations
This way we can move property to another class
This method requires a string
…Interface (sonata-project#6541) * Add some methods to PagerInterface * Deprecate method from abstract pager
I also would like to merge #6713 into 3.x and merge again 3.x into master. |
d2e2952
to
1229132
Compare
ffab1dd
to
ee1b049
Compare
127eb1f
to
ecf6130
Compare
ecf6130
to
d4f8f03
Compare
When working with adding and removing entities from the CollectionType field, it can happen that the array index not starts with 0 but has an length > 0. This leads to an error since that index 0 is unset. So using twig first function here to handle this case.
Hi Team, Is this merge awaiting a particular timeframe? |
I need a review from another contributor. And I'd like to merge #6713 in order to fix the conflict again. |
Thanks for the reply, I more meant if there was a merge every 4 weeks or
something, will happily wait patiently, Merry Christmas everyone!
…On Wed, 23 Dec 2020 at 17:31, Vincent Langlet ***@***.***> wrote:
Hi Team, Is this merge awaiting a particular timeframe?
I need a review from another contributor. And I'd like to merge #6713
<#6713> in order
to fix the conflict again.
The main blocking point is that it's Christmas, people have a life. I'm
sorry, be patient, we're doing our best :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6712 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWOZT6BZMA5CAJBETH7S5LSWISN7ANCNFSM4U6UOA3A>
.
|
Since sonata-project/admin-bundle 3.83, Pool is just used as an Admin registry and for global options has been replaced by SonataConfiguration which holds those options. To access to these options from Twig, there is a global Twig sonata_config variable. So there is no need to pass an instance of Pool to Twig templates anymore, the pool is not supposed to be used directly in templates.
This interface was added in 4.x branch, this commit imports it removing type and return declarations to make it compatible with RouteCollection which implements this interface. In sonata 4 AbstractAdmin::configureRoutes() method receives a RouteCollectionInterface, importing this interface in 3.x would allow users to update their code and define this method as in 4 easing the upgrading process.
This is ready @sonata-project/contributors :) |
No description provided.