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:
parent
85e6b77ca9
commit
424e43975c
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ module.exports = {
|
||||||
'include',
|
'include',
|
||||||
'id',
|
'id',
|
||||||
'source',
|
'source',
|
||||||
|
'force_rerender',
|
||||||
// NOTE: only for internal context
|
// NOTE: only for internal context
|
||||||
'forUpdate',
|
'forUpdate',
|
||||||
'transacting'
|
'transacting'
|
||||||
|
|
Loading…
Reference in a new issue