episerver / netcore-preview

This repository is a preview providing early access to the latest Optimizely (formerly Episerver) product packages targeting .NET 5.
43 stars 9 forks source link

Deleting a page with many subpages fails and no delete is done #112

Closed oyvindwh closed 3 years ago

oyvindwh commented 3 years ago

By selecting "move to trash" for a page with lots of sub pages the reference pages check returns 200 and UI shows Trash but no delete is done. To delete these pages we need to use the stored procedure EXEC editDeleteChilds and restart the instance in the paas portal.

image

We are running on Episerver.CMS.UI.Core 12.0.0-pre-021601 (not the latest).

@barteksekula

barteksekula commented 3 years ago

@oyvindwh do you still have that workaround from https://github.com/episerver/netcore-preview/issues/97#issuecomment-897533932 ?

oyvindwh commented 3 years ago

Yes we do.

We are updating on Monday to the latest packages, can update the ticket then if this could be solved in the latest.