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
Describe the bug
The previous implementation while iterating over the project field to create and store tasks introduced a bug.
If someone tries to choose no project as a project, either they have to leave the space empty, or it will just add __NONE__ as a value, to that project. This needs to be fixed
To Reproduce
Steps to reproduce the behavior:
Go to 'Add Task'
Click on 'Project field'
Select None
See error
Expected behavior
It should have been an empty string ideally, but a value is being passed down
Screenshots
If applicable, add screenshots to help explain your problem.
Recording.2026-01-06.174954.mp4
Additional context
There are no unit tests to check this edge case, hence it probably got skipped. Shall also add the same to prevent further errors.
Describe the bug
The previous implementation while iterating over the project field to create and store tasks introduced a bug.
If someone tries to choose no project as a project, either they have to leave the space empty, or it will just add
__NONE__as a value, to that project. This needs to be fixedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
It should have been an empty string ideally, but a value is being passed down
Screenshots
If applicable, add screenshots to help explain your problem.
Recording.2026-01-06.174954.mp4
Additional context
There are no unit tests to check this edge case, hence it probably got skipped. Shall also add the same to prevent further errors.