Opened 10 years ago
Closed 22 months ago
#30761 closed defect (bug) (duplicate)
Label of button should read scheduled on quick edit posts when future date set
Reported by: | anonymized_7265597 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | Quick/Bulk Edit | Keywords: | has-patch needs-refresh |
Focuses: | accessibility, administration | Cc: |
Attachments (1)
Change History (8)
#2
@
10 years ago
- Component changed from Administration to Quick/Bulk Edit
- Focuses administration added
- Keywords needs-patch added
- Version changed from 4.1 to 2.7
Makes sense to me.
#3
@
10 years ago
- Keywords has-patch added; needs-patch removed
Proposed patch updates the following:
- inline-edit-post.js: new
updateText
function (copied and modified from the one in post.js), updates the drop down item to either Scheduled or Published - class-wp-posts-list-table.php: has a new hidden div storing the current date and time, used by the inline-edit-post.js updates
- script-loader.php: added 'published' and 'scheduled' to the localized inlineEditL10n object.
While working on this, I noticed that when quick editing a scheduled post and setting the date to something earlier than the current date/time, the drop down still says Scheduled until you click Update, even though the post gets published. We could offer a little better visual indication that the post will be published if we change the drop down to say Published when the time is changed before clicking Update.
#4
@
8 years ago
- Focuses accessibility added
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to Future Release
This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.
22 months ago
Note: See
TracTickets for help on using
tickets.
clarity: it's the 'publish' in the drop down box for status that should read scheduled the button says 'update' all the time.