Vincent Langlet

Results 395 comments of Vincent Langlet

> Wdyt @VincentLanglet ? I don't fully understand the feature request. What is the role matrix system ? Do you mean the RolesMatrixType ? And then if I look at...

> instead of putting the code into the AdminBundle, we could move that part into a total new one The sonata-project team is small and new repository means extra work....

> I understand that. But in theory this part could be easily shipped as part of the main admin bundle. The role component (including styling/templates) is not specific to any...

> Anyways yeah having less mandatory configuration and being able to ignore the SonatUser shipped admin class would definitely solve my feature suggestion. @fkrauthan What are the mandatory configuration which...

> I am no longer using this bundle I will close then, since I don't think someone will do it ; but if someone else has the same issue PR...

> Well I still would like to use the RoleMatrix form component. It's possible if someone provide a PR to make the configuration optional. But we won't create another repository.

Do we have to repeat the tags ? Also this is following the standard way of overriding service from Symfony, so I'm not sure it requires extra-doc ; isn't it...

Adding a mandatory param to a constructor is a BC break. The BC way is to use null as a default and if null is provided either do new Service(),...

> > Adding a mandatory param to a constructor is a BC break. The BC way is to use null as a default and if null is provided either do...

> For the last issue, should i just suppress it? > > if i don't it just complains somewhere else in the Denormalizer The interface ContextAwareDenormalizerInterface is deprecated since Symfony...