TW-1768: Task sync failed: "Either your credentials are incorrect, or your account doesn't exist on the Taskserver."

- Thanks to Konstantin.
This commit is contained in:
Paul Beckingham 2016-02-08 22:54:41 -05:00
parent 72f8fec136
commit 28810447d1
3 changed files with 5 additions and 0 deletions

View file

@ -126,6 +126,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Sunil Joshi Sunil Joshi
Misty De Meo Misty De Meo
Kent R. Spillner Kent R. Spillner
Konstantin
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -76,6 +76,9 @@
- TW-1756 The columns.t unit test fails two tests after 2300 local. - TW-1756 The columns.t unit test fails two tests after 2300 local.
- TW-1763 Removing the due date of a task with no due date modifies the task - TW-1763 Removing the due date of a task with no due date modifies the task
(thanks to Scott Kostyshak). (thanks to Scott Kostyshak).
- TW-1768 Task sync failed: "Either your credentials are incorrect, or your account
doesn't exist on the Taskserver."
(thanks to Konstantin).
- Fixed broken build for Cygwin and older GCC - Fixed broken build for Cygwin and older GCC
(thanks to Richard Boß). (thanks to Richard Boß).
- The default configuration is now 256-color only. - The default configuration is now 256-color only.

View file

@ -156,6 +156,7 @@ int CmdSync::execute (std::string& output)
// Send 'sync' + payload. // Send 'sync' + payload.
Msg request; Msg request;
request.set ("client", PACKAGE_STRING);
request.set ("protocol", "v1"); request.set ("protocol", "v1");
request.set ("type", "sync"); request.set ("type", "sync");
request.set ("org", credentials[0]); request.set ("org", credentials[0]);