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

Gutenberg breaks locking the post content while editing #4885

Closed
pojke opened this issue Feb 6, 2018 · 1 comment
Closed

Gutenberg breaks locking the post content while editing #4885

pojke opened this issue Feb 6, 2018 · 1 comment

Comments

@pojke
Copy link

pojke commented Feb 6, 2018

Issue Overview

Currently WordPress has the ability to detect whether a user is editing the content of a specific post and notifies another user about it. When Gutenberg is installed that ability disappears causing chaos of editing.

Steps to Reproduce (for bugs)

  1. Install fresh WordPress installation
  2. Add Gutenberg from plugin repository
  3. Create the second user with "Editor" rights
  4. As an admin, create and publish a post "test" with paragraph "test"
  5. Open a different browser or incognito tab and log in as Editor
  6. Copy and paste admin's link to "test" post. Add "something" to the paragraph and save
  7. In the browser where admin is logged in, add "no" to the paragraph and save

Expected Behavior

A popup "Username is already editing this post. Do you want to take over?"

Current Behavior

One user overwrites the second user.

@mtias
Copy link
Member

mtias commented Feb 6, 2018

See #4331.

@mtias mtias closed this as completed Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants