fozzie-components icon indicating copy to clipboard operation
fozzie-components copied to clipboard

Use details not displaying following AJAX request when logged in

Open DamianMullins opened this issue 4 years ago • 0 comments

I recently updated to version 2.6.0 and noticed that when logged in my details were not displayed in the header. Something about the way we are writing the user object into the data property after the AJAX request to the user details endpoint in the Navigation.vue component is broken.

As a work-around, in my project, as I am already calling the user details endpoint, I am passing the result of the AJAX request into the userInfoProp prop which for some reason forces the header to update and display the correct UI.

As part of the proper fix, we should ideally be able to write a unit test which fails under the current conditions so that we can have confidence that we have fixed the issue.

DamianMullins avatar Jun 29 '20 15:06 DamianMullins