Opened 6 years ago
Last modified 8 weeks ago
#30761 new defect (bug)
Label of button should read scheduled on quick edit posts when future date set
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Quick/Bulk Edit | Keywords: | has-patch needs-refresh |
Focuses: | accessibility, administration | Cc: |
Attachments (1)
Change History (6)
#2
@
6 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
@
6 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.
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.