Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST and REST request in Gutenberg #1447

Open
pavelevap opened this issue May 13, 2019 · 0 comments
Open

POST and REST request in Gutenberg #1447

pavelevap opened this issue May 13, 2019 · 0 comments
Labels
Gutenberg Issues related to Gutenberg / block editor in WordPress improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc.

Comments

@pavelevap
Copy link
Collaborator

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.

@pavelevap pavelevap added Gutenberg Issues related to Gutenberg / block editor in WordPress improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc. labels May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gutenberg Issues related to Gutenberg / block editor in WordPress improvement Improvement of an existing functionality. See "feature" for new features. scope: core Core VersionPress functionality like tracking actions, creating Git commits, etc.
Projects
None yet
Development

No branches or pull requests

1 participant