Opened 4 months ago
Last modified 2 months ago
#62229 new defect (bug)
post_status dropdown in Quick Edit incorrect if the admin user's timezone is "behind" the site's timezone
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | Quick/Bulk Edit | Keywords: | |
Focuses: | javascript | Cc: |
Description (last modified by )
[55560] introduced a bug of its own.
Steps to reproduce:
- set the site's Timezone to something East of admin user's timezone (e.g., admin user's timezone is America/Denver and the site's new Timezone is America/New York).
- create a post and publish it
- Quick Edit the newly published post and see that the options in the Status dropdown are "Scheduled", "Pending Review", and "Draft"...with "Scheduled" selected.
Expected result: the options should be "Published", "Pending Review", and "Draft"...with "Published" selected.
Change History (3)
Note: See
TracTickets for help on using
tickets.
related: #38834