mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Fixed Admin sending all post revisions along with each post save request (#18582)
no issue - deleted `post_revisions` from the serialized JSON string for posts
This commit is contained in:
parent
8822725c01
commit
e213a5ca3a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export default class PostSerializer extends ApplicationSerializer.extend(Embedde
|
|||
delete json.email_recipient_filter;
|
||||
delete json.email;
|
||||
delete json.newsletter;
|
||||
delete json.post_revisions;
|
||||
// Deprecated property (replaced with data.authors)
|
||||
delete json.author;
|
||||
// Page-only properties
|
||||
|
|
Loading…
Add table
Reference in a new issue