0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Allowed ?force_reload=true through on pages edit endpoint

refs 008f86fc29

- same as posts. Related functionality to handle the query param exists on the Post model
This commit is contained in:
Kevin Ansfield 2020-06-12 19:15:03 +01:00
parent 85e6b77ca9
commit 424e43975c

View file

@ -123,6 +123,7 @@ module.exports = {
'include',
'id',
'source',
'force_rerender',
// NOTE: only for internal context
'forUpdate',
'transacting'