Description
Describe the bug
When a process contains at least one comment, deleting the process results in a FetchNotFoundException
. (Checking the system afterwards, the process seems to be deleted, though)
To Reproduce
Steps to reproduce the behavior:
- Add a comment to a process
- Try to delete the process
- See error
Expected behavior
It should be possible to delete processes that contain comments without error
Release
main
branch
Additional context
Caused by HibernateSearch integration; does not occur in commits before #6504