Opened 11 years ago
Closed 11 years ago
#24818 closed defect (bug) (fixed)
Post counts for 'mine' and 'all' can be inconsistent on edit posts admin screens
Reported by: | creativeinfusion | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | 3.0 |
Component: | Administration | Keywords: | has-patch 3.7-early |
Focuses: | Cc: |
Description
The count for the users own posts and the count for all posts should both use the same post status criteria, but at present 'all' posts excludes the show_in_admin_all_list statuses whilst the user count only excludes trash and draft.
An easy way to test this without needing to create custom statuses is
- Log in to wp-admin without having edit_others_post capability (e.g. author)
- Upload a media item if this user doesn't have any
- Go to edit posts screen
- Modify the query to include ?post_type=attachment
Attachments (2)
Change History (14)
#2
follow-up:
↓ 3
@
11 years ago
- Keywords reporter-feedback dev-feedback close added
I am so sorry but where else did i change the keywords? I am sorry if i made a mistake but i'm still learning. I apologize
#3
in reply to:
↑ 2
;
follow-up:
↓ 9
@
11 years ago
Replying to anand.potukuchi:
I've seen you do this keyword changing without further explanation a few times - care to explain why?
#4
follow-up:
↓ 6
@
11 years ago
- Keywords needs-refresh added; reporter-feedback dev-feedback close removed
The patch needs a refresh, it duplicates line 59. See also http://make.wordpress.org/core/handbook/coding-standards/php/#space-usage.
#5
follow-up:
↓ 8
@
11 years ago
Replying to anand.potukuchi:
If you're just getting familiar with the Trac workflow, take a look at http://make.wordpress.org/core/handbook/trac/keywords/. If you have any questions, just ask in #wordpress-dev or #wordpress-contribute.
Note that submitting a patch makes you a core contributor (once the patch is committed), but not a Core Developer of WordPress (which is what your WP.org profile currently says), see http://make.wordpress.org/core/handbook/project-organization/.
#6
in reply to:
↑ 4
@
11 years ago
- Keywords needs-refresh removed
Replying to SergeyBiryukov:
The patch needs a refresh, it duplicates line 59. See also http://make.wordpress.org/core/handbook/coding-standards/php/#space-usage.
Patch corrected and thanks for the coding pointers.
#8
in reply to:
↑ 5
@
11 years ago
Replying to SergeyBiryukov:
Replying to anand.potukuchi:
If you're just getting familiar with the Trac workflow, take a look at http://make.wordpress.org/core/handbook/trac/keywords/. If you have any questions, just ask in #wordpress-dev or #wordpress-contribute.
Note that submitting a patch makes you a core contributor (once the patch is committed), but not a Core Developer of WordPress (which is what your WP.org profile currently says), see http://make.wordpress.org/core/handbook/project-organization/.
I got that. changed to WP contributor. how do i get to #wordpress-dev/contribuite. I am new here. Sorry if i caused any misconceptions/problems.
#9
in reply to:
↑ 3
@
11 years ago
Replying to helen:
Replying to anand.potukuchi:
I've seen you do this keyword changing without further explanation a few times - care to explain why?
I am so sorry but where else did i change the keywords? I am sorry if i made a mistake but i'm still learning. I apologize
Add show_in_admin_all_list states into user counts query