|
@@ -293,7 +293,7 @@ class PageService {
|
|
|
const isRoot = isTopPage(page.path);
|
|
const isRoot = isTopPage(page.path);
|
|
|
const isPageRestricted = page.grant === Page.GRANT_RESTRICTED;
|
|
const isPageRestricted = page.grant === Page.GRANT_RESTRICTED;
|
|
|
|
|
|
|
|
- const shouldUseV4Process = isTrashPage && !isRoot && !isPageRestricted && (!isV5Compatible || !isPageMigrated);
|
|
|
|
|
|
|
+ const shouldUseV4Process = !isRoot && !isPageRestricted && (!isV5Compatible || !isPageMigrated || isTrashPage);
|
|
|
|
|
|
|
|
return shouldUseV4Process;
|
|
return shouldUseV4Process;
|
|
|
}
|
|
}
|