Explorar el Código

Fixed normalizeParentRecursivelyByPages

Taichi Masuyama hace 4 años
padre
commit
b2f9e0fb04
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/server/service/page.ts

+ 1 - 0
packages/app/src/server/service/page.ts

@@ -2206,6 +2206,7 @@ class PageService {
           actionStage: PageActionStage.Main,
           page,
           user,
+          fromPath: page.path,
           toPath: page.path,
         });
       }