|
|
@@ -405,7 +405,6 @@ module.exports = (crowi) => {
|
|
|
}
|
|
|
|
|
|
page.path = newPagePath;
|
|
|
- result.parentPage = page;
|
|
|
|
|
|
try {
|
|
|
// global notification
|
|
|
@@ -417,7 +416,7 @@ module.exports = (crowi) => {
|
|
|
logger.error('Move notification failed', err);
|
|
|
}
|
|
|
|
|
|
- return res.apiv3({ result });
|
|
|
+ return res.apiv3({ result, page });
|
|
|
});
|
|
|
|
|
|
|