You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sulu adds by default an address and a note. If you don't want this (only a form with the basic profile info such as username) it's almost not possible to skip this step.
Expected Behavior
It is possible to don't include an address/note field.
Steps to Reproduce
Save the form without the required address/note
Possible Solutions
Make this configurable or perhaps make addAddress / addNote protected instead of private. So it can be overwritten in a client specific class.
The text was updated successfully, but these errors were encountered:
Actual Behavior
https://github.com/sulu/SuluCommunityBundle/blob/develop/Controller/ProfileController.php#L137
Sulu adds by default an address and a note. If you don't want this (only a form with the basic profile info such as username) it's almost not possible to skip this step.
Expected Behavior
It is possible to don't include an address/note field.
Steps to Reproduce
Save the form without the required address/note
Possible Solutions
Make this configurable or perhaps make addAddress / addNote protected instead of private. So it can be overwritten in a client specific class.
The text was updated successfully, but these errors were encountered: