Skip to content

Fix bug on deletion of completed task + No confirmation on recurring tasks + Fix deserialization bug on Marshalling mode #124

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

Merged
merged 4 commits into from
Dec 7, 2020

Conversation

bergercookie
Copy link
Contributor

No description provided.

@bergercookie bergercookie changed the title Fix bug on deletion of completed task Fix bug on deletion of completed task + No confirmation on recurring tasks Apr 14, 2019
@bergercookie bergercookie changed the title Fix bug on deletion of completed task + No confirmation on recurring tasks Fix bug on deletion of completed task + No confirmation on recurring tasks + Fix deserialization bug on Marshalling mode Aug 24, 2019
return float(value)
except ValueError:
pass
elif isinstance(value, str):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, neat, this is the bug I was just talking about in #136

@@ -821,7 +822,7 @@ def task_delete(self, **kw):
if task['status'] == Status.DELETED:
raise ValueError("Task is already deleted.")

self._execute(id, 'delete')
self._execute(task['uuid'], 'delete')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

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

Successfully merging this pull request may close these issues.

3 participants