[wp-trac] [WordPress Trac] #56963: Creating new post is using a pre-existing post id
WordPress Trac
noreply at wordpress.org
Wed Nov 2 15:46:29 UTC 2022
#56963: Creating new post is using a pre-existing post id
-------------------------------+-----------------------------
Reporter: danielcho | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version: 6.0.3
Severity: major | Keywords:
Focuses: |
-------------------------------+-----------------------------
We are having an issue with our site where when a user creates multiple
new posts in a short time frame, the post id for all of these new posts is
all the same, resulting in lost data and overall issues.
From what we're seeing, this issue extends past a single tab/instance of
the site being open, where even opening a new tab or window will still
lead to the same post id being used.
So if a user creates a new post(either just opening the page and leaving
or saving and publishing it), and then tries to create another new post
(either in a new tab or in the same tab) the post id for the second new
post will remain the same as the first new post.
To get a new post id, it seems the only ways are to refresh the page
specifically on the blank new post page or to create the new post in a
different browser or in incognito mode.
Ideally as many of our users need to be able to work on multiple posts at
the same time, we would like for them to not worry about the possibility
of overwriting their work on one post when creating a new one.
We didn't notice this issue until we upgraded our wordpress version to
6.0.3, and personally I didn't see this issue on my local version of the
site while I was on a lower version, but began to see it once I also
updated to 6.0.3, so we suspect it might be due to the latest version
somehow.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56963>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list