Editing the current logged in user does not update the data #2705
Comments
dennisoelkers
added a commit
that referenced
this issue
Aug 17, 2016
edmundoa
added a commit
that referenced
this issue
Aug 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When the user logged in the web interface updates their data (i.e. name), the web interface should be updated to reflect the change.
Current behaviour
Updating the current user does not refresh the information, so the old state is kept until the page is refreshed or there is an action that fetches the user again, like clicking on the Graylog logo
Possible solution
Update the current logged in user after editing the user information, so the information seen on the screen is accurate. Probably a call to
CurrentUserStore.reload()
should suffice.Steps to reproduce (for bugs)
Your environment
The text was updated successfully, but these errors were encountered: