Closed leto3087 closed 8 years ago
When do you have that error?
The PHPCR-ODM listener should remove referring routes (test) (including any redirect routes) when the object (Article) is removed. If that isn't happening, then there is a bug.
i have this error when i remove the object Article and i try to access to his url
ok, so you get the error when you remove the article and try and access the URL for that removed article? In this case I would expect that the route be removed and that you would indeed receieve this error when accessing the (now deleted) route.
What do you expect to happen?
when the object is deleted, I would like the route redirects to 404. Currently, this is not the case and I have this error. It's possible ? I may have missed something
Can you post a stack trace on a gist? (https://gist.github.com) ?
Did you resolve the problem?
Hi, When i remove an object (in this example, it's an Article object), the route associated isn't remove and i have this error
Can you help me ?
My Config