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
To reproduce:
Create sequence with an admin task that will be assigned to "manager" or "buddy" (with a comment).
Assign sequence to user without buddy or manager.
This will raise a 500 error. This is due to all admin task comments needing an author and will therefore raise this error:
"null value in column "comment_by_id" of relation "admin_tasks_admintaskcomment" violates not-null constraint"
The text was updated successfully, but these errors were encountered:
To reproduce:
Create sequence with an admin task that will be assigned to "manager" or "buddy" (with a comment).
Assign sequence to user without buddy or manager.
This will raise a 500 error. This is due to all admin task comments needing an author and will therefore raise this error:
"null value in column "comment_by_id" of relation "admin_tasks_admintaskcomment" violates not-null constraint"
The text was updated successfully, but these errors were encountered: