I have a problem. I have already installed
into my Symfony 2 FOS User Bundle and Sonata User Bundle with all dependencies.
Configuration have done and I can manage my users and roles.
But, I am going to create other form to add / edit users in my panel
for diferent ROLE. How can I do that?
Create multiple forms for each role and check it in Sonata\AdminBundle\Controller\CRUDController?
Remove / add fields in form when is it creating?
Any ideas?
You could also have done something like
…from what i remember