You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin/Project page of Redmine, delete a project (bin icon)
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.
The text was updated successfully, but these errors were encountered:
-> 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.
The text was updated successfully, but these errors were encountered: