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

send task manual doesn't succeed if label is not set #90

Open
clarsen opened this issue Oct 6, 2024 · 0 comments
Open

send task manual doesn't succeed if label is not set #90

clarsen opened this issue Oct 6, 2024 · 0 comments

Comments

@clarsen
Copy link

clarsen commented Oct 6, 2024

When "Todoist: Send Task (manual)" is invoked and label is not specified, the UI shows "Task sent to Todoist" but doesn't show "Task sent successfully", and the task doesn't appear in todoist.

There's a silent failure logged in developer console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '0')
when sendObj is being created and it isn't caught and shown in UI. That is due to label having value undefined.

See fix in #89

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

1 participant