You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user who created the task assigns it to the second user. The second user reassigns the task to the third user. Error does not occur.
When you enter username in the "Assigned to" field and press Tab, the task is reassigned.
Current Behaviour
The second user assigns the task to the third user by entering their "username" in the "Assigned to" field and pressing Enter. An error occurs. The same error occurs when reassigning via the drop-down menu.
tasks-reducer.ts:325 Uncaught (in promise) TypeError: Cannot read property 'id' of undefined
at tasks-reducer.ts:325
at Array.map (<anonymous>)
at KE (tasks-reducer.ts:323)
at redux.js:459
at b (redux.js:213)
at redux-logger.js:1
at index.js:11
at dispatch (redux.js:638)
at tasks-actions.ts:480
And infinite preloader.
When enter username in the "Assigned to" field and press Tab the field is cleared and the task becomes unassigned to anyone.
Possible Solution
Fix the bug.
Steps to Reproduce (for bugs)
Register an additional 2 users
Create a task and assign it to the second user.
Log in as the second. Enter the username of the third user in the "Assigned to" field and press "Enter" or via the drop-down menu. The error appears.
Or log in as the second user. Enter the username of the third user in the "Assigned to" field and press Tab. The field is cleared and the task becomes unassigned to anyone.
My actions before raising this issue
Expected Behaviour
The user who created the task assigns it to the second user. The second user reassigns the task to the third user. Error does not occur.
When you enter username in the "Assigned to" field and press Tab, the task is reassigned.
Current Behaviour
The second user assigns the task to the third user by entering their "username" in the "Assigned to" field and pressing Enter. An error occurs. The same error occurs when reassigning via the drop-down menu.
And infinite preloader.
When enter username in the "Assigned to" field and press Tab the field is cleared and the task becomes unassigned to anyone.
Possible Solution
Fix the bug.
Steps to Reproduce (for bugs)
Or log in as the second user. Enter the username of the third user in the "Assigned to" field and press Tab. The field is cleared and the task becomes unassigned to anyone.
Context
Your Environment
git log -1
): 5735efedocker version
(e.g. Docker 17.0.05): 19.03.13Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: