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

Page not found error when deleting a project #34

Open
gc-olivierho opened this issue Nov 10, 2015 · 0 comments
Open

Page not found error when deleting a project #34

gc-olivierho opened this issue Nov 10, 2015 · 0 comments

Comments

@gc-olivierho
Copy link

  1. In the admin/Project page of Redmine, delete a project (bin icon)
  2. Confirm the delete action with Yes
    -> We have a page not found error

This is due to /app/elastic/project_search async_update_index method, in which the ParentProject.find(id) call fails and raises an Fatal exception, because the project with id just got deleted.
a rescue ActiveRecord::RecordNotFound in that method would be welcome.

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

No branches or pull requests

1 participant