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

Path deletion isn't working after Article deletion #102

Closed
thomasduenser opened this issue Mar 15, 2017 · 1 comment
Closed

Path deletion isn't working after Article deletion #102

thomasduenser opened this issue Mar 15, 2017 · 1 comment
Milestone

Comments

@thomasduenser
Copy link
Contributor

Q A
Bug? yes
New Feature? no

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

  1. Create an article named test
  2. Check ro_routes table, the generate path should be /test
  3. Delete this article
  4. Create a new article named test
  5. path is now /test-1 because the old pathhasn't been deleted
@wachterjohannes wachterjohannes added this to the 0.4.0 milestone Mar 24, 2017
@wachterjohannes
Copy link
Member

should be fixed with #111

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

2 participants