nan-guo / Sonata-Menu-Bundle

This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).
MIT License
10 stars 19 forks source link

SF4 and override capability #4

Closed Jihell closed 6 years ago

Jihell commented 6 years ago

I updated the lib to handle sf4 requirements. Some part of the code has be rewrited for lisibility (I meant no offence). I also update a lot of code to makes it possible to override some parts of the bundle, like a single admin or the manager. The drawback is that now you have to create a new entity (mostly like FosUserBundle) and can't use it out of the box like before. Despite this I think it's a usefull improvement.

There is some reverse compatiblity issue. Documentation has been updated.

nan-guo commented 6 years ago

Thank you for your contribution.