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
[#173] Report several kinds of errors on task creation.
We start reporting errors on the task create operation, in the
following situations:
* Overlapping tasks detected.
* Trying to write to a date that has been locked.
* Trying to assign a task to a project that's closed.
These errors are detected prior to launching the SQL query. We haven't
addressed SQL errors yet.
0 commit comments