strapi-webtools
strapi-webtools copied to clipboard
Remove from wt_url_alias table [DB] when removing item in content manager
Bug report
Describe the bug
When removing items in content manager, the url alias link in wt_url_alias should also be removed.
Steps to reproduce the behavior
- Create page with url alias generated to it.
- Remove page. URL alias stills remains in wt_url_alias table
Expected behavior
URL alias is being removed from wt_url_alias table
Context:
This issue happens when performing a bulk delete. Singular deletes work as expected.
This was fixed and released with version 1.0.0-beta.13