Closed dodubassman closed 1 year 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.
@Method
@Route
AdvancedUserInterface
Any news on this?
Bump
This is here for a long time, a bit too much IMHO. I'm afraid I'll have to close it, unless updated
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 toAdvancedUserInterface
.