Closed edrush closed 4 years ago
The add_support_for_fos_user2
branch is outdated, please try the current master
branch. This has the full symfony 3 / FOS 2 support
Hi, thank you, I did, but it then conflicted with SonataIntlBundle. The described subject was the same.
You mean this one? https://github.com/sonata-project/SonataUserBundle/issues/879
Exactly, I think this should be regarded as well. But for my case, the profile actions seem to get removed forever in favor of FOSUserBundle (https://github.com/sonata-project/SonataUserBundle/commit/b6884bc1fcbf7b76e179b7f5337e425ba474fb9f#commitcomment-22087809).
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Environment
Sonata packages
Symfony packages
PHP version
Subject
I've been searching for this in the issues, I hope I didn't miss it. In SonataUserBundle 2 and 3 there was a profile page with three forms (profile/authentication/change password) under the profile/edit-profile route. Since I am using SF3 and need SonataIntlBundle as well I was (I think so) forced to switch to the add_support_for_fos_user2 branch. There, the controllers for profile action got removed in favor of the FOSUserBundle actions, however there is still a ProfileFormType. I have the impression that the feature of having all three user forms in the admin layout does not exist anymore, right? Furthermore, if I want to use the FOS forms, how would I render them in my admin layout?
Steps to reproduce
Expected results
Find the profile/authentication/change password forms under the profile/edit-profile route.
Actual results
I now need three pages for the three actions, pages are shown without layout.