topcoder-platform / work-manager

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

Prevent copilots from reassigning activated task to themselves #1572

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

One more case to go with: https://github.com/topcoder-platform/work-manager/issues/1568

We need to ensure that a copilot can't:

  1. Create a task assigned to a different member
  2. Activate the task
  3. Re-assign the task to themselves
  4. Close it

After a task has been activated, we should prevent it from being reassigned to the copilot that launched it.

suppermancool commented 1 year ago

@jmgasper done in work-manager-issue-1572.patch