strapi-webtools icon indicating copy to clipboard operation
strapi-webtools copied to clipboard

Remove from wt_url_alias table [DB] when removing item in content manager

Open MSACC opened this issue 1 year ago • 1 comments

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

  1. Create page with url alias generated to it.
  2. Remove page. URL alias stills remains in wt_url_alias table

Expected behavior

URL alias is being removed from wt_url_alias table

MSACC avatar May 06 '24 19:05 MSACC

Context:

This issue happens when performing a bulk delete. Singular deletes work as expected.

boazpoolman avatar May 06 '24 20:05 boazpoolman

This was fixed and released with version 1.0.0-beta.13

boazpoolman avatar Aug 03 '24 11:08 boazpoolman