Describe the bug
Hi, while using the REST-API we can not save the due date on card creation. The date is simply thrown away and null is returned.
To Reproduce
Steps to reproduce the behavior:
curl https://user:[email protected]/index.php/apps/deck/api/v1.0/boards/98/stacks/481/cards -X POST -H 'OCS-APIRequest: true' -H 'Content-Type: application/json' -d '{"archived":false,"attachmentCount":0,"commentsUnread":0,"description":"test","duedate":"2020-01-04T23:00:34.326Z","notified":false,"order":0,"overdue":0,"stackId":481,"title":"dueDateTest","userId":4,"accountId":2,"localId":60,"status":2}' | jqduedate: nullExpected behavior
The duedate should be saved at create
Still happening in 1.0.0 alpha nightly. 馃槈
Coming with https://github.com/nextcloud/deck/pull/1648
Most helpful comment
Coming with https://github.com/nextcloud/deck/pull/1648