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

2714 delete cases #2753

Merged
merged 5 commits into from
Jul 14, 2022
Merged

2714 delete cases #2753

merged 5 commits into from
Jul 14, 2022

Conversation

iamleeg
Copy link
Contributor

@iamleeg iamleeg commented Jul 14, 2022

Both individual case deletion and batch deletion.

@@ -77,6 +77,12 @@ def excluded_cases(self, source_id: str, filter: Optional[str] = None):
and c.caseReference.status == "EXCLUDED"
]

def delete_case(self, source_id: str):
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be delete_source?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

uh no, it should be case_id 🤦🏻

@iamleeg iamleeg merged commit 2e802d9 into main Jul 14, 2022
@iamleeg iamleeg deleted the 2714_delete_cases branch July 14, 2022 10:07
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.

None yet

2 participants