You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Install fresh WordPress installation
Add Gutenberg from plugin repository
Create the second user with "Editor" rights
As an admin, create and publish a post "test" with paragraph "test"
Open a different browser or incognito tab and log in as Editor
Copy and paste admin's link to "test" post. Add "something" to the paragraph and save
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.
The text was updated successfully, but these errors were encountered:
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)
Expected Behavior
A popup "Username is already editing this post. Do you want to take over?"
Current Behavior
One user overwrites the second user.
The text was updated successfully, but these errors were encountered: