Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

POST and REST request in Gutenberg #1447

@pavelevap

Description

@pavelevap

When saving a post in Gutenberg, both requests are made, see WordPress/gutenberg#12903

Example: Create or edit postmeta on WordPress admin screen. Before Gutenberg it was one request (commit), now we have two commits (every commit changes post_date and second one also handles postmeta).

image

They should be probably grouped somehow, I guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GutenbergIssues related to Gutenberg / block editor in WordPressimprovementImprovement of an existing functionality. See "feature" for new features.scope: coreCore VersionPress functionality like tracking actions, creating Git commits, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions