-
Notifications
You must be signed in to change notification settings - Fork 21
feat(PM-3319): added download button in profile page #1396
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
src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.module.scss
Outdated
Show resolved
Hide resolved
src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.tsx
Outdated
Show resolved
Hide resolved
src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.tsx
Outdated
Show resolved
Hide resolved
src/libs/core/lib/profile/profile-functions/profile-store/profile-xhr.store.ts
Show resolved
Hide resolved
src/libs/core/lib/profile/profile-functions/profile-store/profile-xhr.store.ts
Show resolved
Hide resolved
src/libs/core/lib/profile/profile-functions/profile.functions.ts
Outdated
Show resolved
Hide resolved
src/libs/core/lib/profile/profile-functions/profile.functions.ts
Outdated
Show resolved
Hide resolved
src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.module.scss
Show resolved
Hide resolved
|
|
||
| export const MAX_PRINCIPAL_SKILLS_COUNT = 10 | ||
|
|
||
| export const ADMIN_ROLES = [UserRole.administrator] |
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.
[❗❗ correctness]
The ADMIN_ROLES array now only includes UserRole.administrator. Ensure that this change aligns with the intended functionality, as it removes the admin role from the list. If both roles are still needed, consider updating the UserRole import to include the admin role as well.
Related JIRA Ticket:
https://topcoder.atlassian.net/browse/PM-3319
What's in this PR?