Opened 7 years ago
Closed 7 years ago
#42975 closed defect (bug) (fixed)
Customize: Previewing a changeset locks the changeset
Reported by: | dlh | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.9.3 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | has-patch commit fixed-major |
Focuses: | Cc: |
Description
To demonstrate:
- Schedule or save a draft of a changeset.
- Close the Customizer.
- Visit the changeset preview link in another browser while logged in as a different user.
- Open the Customizer again as the first user, and see that the changeset has been locked by the second user.
This can be especially disorienting if the second user doesn't have access to the Customizer.
The attached patch attempts to address this issue by locking the changeset only when customize.php
is being loaded. One downside to this approach is that it would mean anyone providing an alternate interface for editing a changeset would need to set the lock themselves, though.
Attachments (1)
Change History (10)
This ticket was mentioned in Slack in #core-customize by westonruter. View the logs.
7 years ago
This ticket was mentioned in Slack in #core-customize by westonruter. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by desrosj. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Bumping to 4.9.3 due to 4.9.2s release