topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Work Manager - Admin Role #1514

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

Expected behavior

If a user in Work Manager has the admin role, they should see all challenges. We made the change to add the createdBy flag here: https://github.com/topcoder-platform/work-manager/issues/1493

That flag should NOT be applied if the logged in user has an admin role

Actual behavior

Currently, admins are logging expecting to see all challenges, but they only see their own.