Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star property when Adding a Task is using Start property #8

Open
jclement opened this issue Aug 18, 2010 · 1 comment
Open

Star property when Adding a Task is using Start property #8

jclement opened this issue Aug 18, 2010 · 1 comment

Comments

@jclement
Copy link

The line in AddTodoRequest here:

if (todo.hasStar()) buff.append(";star=").append(todo.getStart());

Should read something more like:

if (todo.hasStar() && todo.isStar()) buff.append(";star=1");

@lant
Copy link
Owner

lant commented Sep 16, 2010

Solved: 883086a..af6bf0c master -> master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants