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

fix error in managed fields removal #53

Merged
merged 1 commit into from
May 31, 2024
Merged

fix error in managed fields removal #53

merged 1 commit into from
May 31, 2024

Conversation

elmiko
Copy link
Owner

@elmiko elmiko commented May 31, 2024

if a record did not have a "status" field, the removal of the managed fields would panic. this change ensures that we don't try to remove status unless it exists. also adds a test case to confirm behavior.

fixes #52

if a record did not have a "status" field, the removal of the managed
fields would panic. this change ensures that we don't try to remove
status unless it exists. also adds a test case to confirm behavior.
@elmiko elmiko merged commit 0de53d9 into devel May 31, 2024
2 checks passed
@elmiko elmiko deleted the status-fix branch May 31, 2024 14:08
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.

camgi panics if there are managed fields but no status field
1 participant