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

EES-5361 Fix amendment cancelling #5088

Merged
merged 1 commit into from
Jul 23, 2024
Merged

EES-5361 Fix amendment cancelling #5088

merged 1 commit into from
Jul 23, 2024

Conversation

mmyoungman
Copy link
Collaborator

@mmyoungman mmyoungman commented Jul 23, 2024

This PR fixes a bug where amendment cancelling resulted in a 500.

This happened because in ReleaseService#DeleteReleaseVersion, _processorClient.BulkDeleteDataSetVersions tries to interact with Public API infrastructure that isn't currently deployed to environments.

This PR adds NoOpProcessorClient, which is used instead of ProcessorClient based on the value of the PublicDataDbExists configuration variable.

@mmyoungman mmyoungman merged commit 37a0d48 into master Jul 23, 2024
7 checks passed
@mmyoungman mmyoungman deleted the EES-5361-hotfix branch July 23, 2024 12:12
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.

2 participants