Opened 6 years ago
Last modified 2 months ago
#50082 new defect (bug)
Item count is not increasing after adding category
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | 5.5 |
| Component: | Taxonomy | Keywords: | dev-feedback has-patch has-unit-tests |
| Focuses: | ui, javascript, administration | Cc: |
Description
I found the number of categories count is not increasing after adding a category for any post types.
Please review this issue.
Screenshot: https://prntscr.com/saugwy
Attachments (1)
Change History (7)
#1
@
6 years ago
- Component changed from Taxonomy to Administration
- Focuses ui javascript added
- Severity changed from major to normal
#2
@
6 years ago
@Otto42,
Thanks for replying.
Yes right, I understand the refreshing page will show the real item count.
What if users adding and deleting multiple categories, tags? they doesn't know the real item counts.
Categories, Tags add and delete actions should update item counts.
#4
@
6 years ago
- Component changed from Administration to Taxonomy
Moving back to the Taxonomy component, as Administration only exists as a catch-all for tickets that don't have a more specific component.
This ticket was mentioned in PR #11536 on WordPress/wordpress-develop by @atharvaa2001.
2 months ago
#6
- Keywords has-patch has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/50082
Taxonomy: Update item count dynamically after adding or deleting a term.
## Use of AI Tools
Confirmed, the JS that updates the table dynamically does not update that item count, on either adding or deleting entries. Same thing happens on the "Tags" pages.
Refreshing the whole page will refresh the item count as well.