From 424e43975c20e9ea7947a8ac7720b81ab63a27d4 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Fri, 12 Jun 2020 19:15:03 +0100 Subject: [PATCH] Allowed `?force_reload=true` through on pages edit endpoint refs https://github.com/TryGhost/Ghost/commit/008f86fc2973b97a3d60a40534efcb875edec7fa - same as posts. Related functionality to handle the query param exists on the Post model --- core/server/api/canary/pages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/server/api/canary/pages.js b/core/server/api/canary/pages.js index 7e05bd68f1..c422055095 100644 --- a/core/server/api/canary/pages.js +++ b/core/server/api/canary/pages.js @@ -123,6 +123,7 @@ module.exports = { 'include', 'id', 'source', + 'force_rerender', // NOTE: only for internal context 'forUpdate', 'transacting'