Bee-Lab / BeelabUserBundle

:busts_in_silhouette: Simple user management for Symfony.
17 stars 5 forks source link

Namespaced twig syntax for views #13

Closed dodubassman closed 1 year ago

dodubassman commented 6 years ago

Same as previously done for BeelabUserPasswordBundle:

Templates can't be overriden without the namespaced twig syntax anymore.

ie : change 'BeelabUserBundle:User:index.html.twig' to '@BeelabUser/User/index.html.twig' must solve the issue.

I also did fix deprecated dependencies to @Method and @Route and a deprecated call to AdvancedUserInterface.

garak commented 5 years ago

Any news on this?

garak commented 5 years ago

Bump

garak commented 4 years ago

This is here for a long time, a bit too much IMHO. I'm afraid I'll have to close it, unless updated