Describe the bug
Those tabs on the user profile page that do not include the right hand side bar show the following JavaScript error message in the browser developer console:
Uncaught (in promise) TypeError: prefs.global is undefined
To Reproduce
Steps to reproduce the behavior:
Go to your own user profile page (click on your avatar at the top right of any page).
Click on any tab that does not have a sidebar on the right hand side.
See error message in the developer console.
Expected behavior
The behaviour to a user appears to be working, but presumably is not applying the user's preferences as they cannot be accessed. It is expected that the user's preferences would be applied to all tabs.
Describe the bug Those tabs on the user profile page that do not include the right hand side bar show the following JavaScript error message in the browser developer console:
To Reproduce Steps to reproduce the behavior:
Expected behavior The behaviour to a user appears to be working, but presumably is not applying the user's preferences as they cannot be accessed. It is expected that the user's preferences would be applied to all tabs.