Ben Knowles f597ba82ea fix: task validation error when adding tasks to projects (#19919)
* fix: task validation error when adding tasks to projects

When adding a task to a project, if the project didn't have an Expected End Date the validation would fail.

This is because passing a None value to getdate() returns today's date, rather than being optional as expected.

* update task.py
2019-12-18 00:37:02 +05:30
..
2019-01-30 11:46:34 +05:30
2017-12-08 14:57:38 +05:30
2019-12-04 23:08:51 +05:30
2019-02-26 14:30:38 +05:30
2019-02-26 14:30:38 +05:30
2019-07-16 09:40:09 +05:30
2019-04-20 23:37:49 +05:30
2019-12-07 13:20:37 +05:30