[wp-trac] [WordPress Trac] #18515: UX: better management of workflow in editor (joe is currently editing this post, etc.)
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 27 19:41:51 UTC 2011
#18515: UX: better management of workflow in editor (joe is currently editing this
post, etc.)
------------------------------------+---------------------------
Reporter: azaozz | Owner: jayminkapish
Type: enhancement | Status: reopened
Priority: normal | Milestone: 3.3
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+---------------------------
Comment (by azaozz):
Replying to [comment:17 nacin]:
The most basic workflow:
- the user opens a post for editing, post lock is set from the page load
request,
- the user reloads the page, XHR is sent to remove the lock on unload
(cancel the current lock) and few milliseconds later a new page load
request it sent to load the page again. At this point we have two
processes accessing the db: one is running `add_post_meta` the other
`update_post_meta` for the same post_id and meta key.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18515#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list