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
Describe the bug
When we create a tutorial,
Then this Avatar is always showing default value similarly at other pages,
It's because of wrong fetching of user data i.e. it's always null and I came across it while solving issue #1199
To Reproduce
Steps to reproduce the behavior:
Create a new tutorial
The tutorial Avatar should have shown the alpahbets of user.
But Not showing.
Expected behavior
For Codelabz User - it should have showed CU similarly for others.
And in Avatar, name of the user if applicable,
All in all proper fetching of the user data is required.
Screenshots
Desktop (please complete the following information):
OS: Windows
Browser: Chrome
Additional context
I would like to know the purpose of cl_user_handle collection so if any maintainer can create a thread for it.
The text was updated successfully, but these errors were encountered:
Describe the bug
When we create a tutorial,
Then this Avatar is always showing default value similarly at other pages,
It's because of wrong fetching of user data i.e. it's always null and I came across it while solving issue #1199
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For Codelabz User - it should have showed CU similarly for others.
And in Avatar, name of the user if applicable,
All in all proper fetching of the user data is required.
Screenshots
Desktop (please complete the following information):
Additional context
I would like to know the purpose of
cl_user_handle
collection so if any maintainer can create a thread for it.The text was updated successfully, but these errors were encountered: