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

99564: Remove old Burial logic #21086

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

balexandr
Copy link
Contributor

Remove module level logic since we've fully cutover.

Summary

  • Remove unused files
  • Remove routes/update route in module
  • update CODEOWNER

Related issue(s)

Testing done

  • New code is covered by unit tests

This comment was marked as off-topic.

@va-vfs-bot va-vfs-bot temporarily deployed to 99564-remove-old-burial-logic/main/main March 4, 2025 22:38 Inactive
@@ -2,6 +2,6 @@

Burials::Engine.routes.draw do
namespace :v0, defaults: { format: :json } do
resources :claims, only: %i[create show]
resources :claims, only: %i[create show] if Settings.central_mail.upload.enabled
end
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if we needed this anymore, but brought it over from config/routes.rb as seen above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants