-
Notifications
You must be signed in to change notification settings - Fork 136
[HOTFIX] [PROD] post release 2.4.13 #3185
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
Conversation
| } */ | ||
| const powerUserRoles = [ROLE_CONNECT_COPILOT, ROLE_CONNECT_MANAGER, ROLE_ADMINISTRATOR, ROLE_CONNECT_ADMIN] | ||
| const isCustomer = _.intersection(user.roles, powerUserRoles).length === 0 | ||
| const role = isCustomer ? 'Customer' : 'Member' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxceem just a note, it was showing me as Customer even when I have power user roles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vikasrohit I guess it was an issue with logic. If I'm not mistaken we didn't have direct requirements from the product team on what text should be shown here. So I've simplified logic to always show User since for now.
… successful creation of a new topic on the Messages tab
…ubfolders in "Assets Library""
No description provided.