-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing profile names is not reactive #2994
Comments
Another solution would be, if we ever get around to implementing ecamp/hal-json-vuex#2. Then we could automatically define a getter user.displayName in the frontend which assembles the displayName from the linked profile data. |
Yep, that would be a nice application of this feature. If we're concerned about the authenticated user only, then another option would be to add a vuex getter to the new vuex module introduced here: https://github.com/ecamp/ecamp3/pull/2993/files#diff-40fa57b3059ed8e2b66c007c75f7c73bfb5426ab13b62a029adb31cc8ee91d49 |
Changing
nickname
,surname
orfirstname
in profile is not reactive, becauseuser.displayName
is used to display the name of the user in the frontend.Potential solution:
The text was updated successfully, but these errors were encountered: