We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an article gets deleted, the related path inside ro_routes isn't deleted.
ro_routes
The path to the deleted article should be deleted as well.
test
path
/test
/test-1
The text was updated successfully, but these errors were encountered:
should be fixed with #111
Sorry, something went wrong.
No branches or pull requests
Actual Behavior
When an article gets deleted, the related path inside
ro_routes
isn't deleted.Expected Behavior
The path to the deleted article should be deleted as well.
Steps to Reproduce
test
ro_routes
table, the generatepath
should be/test
test
path
is now/test-1
because the oldpath
hasn't been deletedThe text was updated successfully, but these errors were encountered: