itizawa %!s(int64=5) %!d(string=hai) anos
pai
achega
5549337023
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/service/page.js

+ 1 - 0
src/server/service/page.js

@@ -75,6 +75,7 @@ class PageService {
       ShareLink.find({ relatedPage: { $in: pageIds } }).remove({}),
       Revision.find({ path: { $in: pagePaths } }).remove({}),
       Page.find({ _id: { $in: pageIds } }).remove({}),
+      Page.find({ path: { $in: redirectedFromPagePaths } }).remove({}),
       Page.find({ path: { $in: pagePaths } }).remove({}),
       attachmentService.removeAllAttachments(attachments),
     ]);