- Notifications
You must be signed in to change notification settings - Fork52
fix(PM-1139): show private challenge to project managers#741
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| * - All tasks will be returned | ||
| */ | ||
| if(currentUser&&(_hasAdminRole||_.get(currentUser,"isMachine",false))){ | ||
| if(currentUser&&(_hasAdminRole||_hasProjectManagerRole||_.get(currentUser,"isMachine",false))){ |
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.
Consider verifying that_hasProjectManagerRole is correctly defined and initialized in the context of this function to ensure it accurately reflects the intended role check.
hentrymartin commentedApr 30, 2025
As per discussion in standup, its not required to show private challenges to project managers so closing this PR. |
Uh oh!
There was an error while loading.Please reload this page.
What's in this PR?
Ticket link -https://topcoder.atlassian.net/browse/PM-1139