Opened 2 years ago
Closed 2 years ago
#15641 closed defect (bug) (wontfix)
Terms list table shouldn't display if no terms
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | close |
| Cc: |
Description
If no terms exist in a taxonomy then we should display a message instead of an empty table.
It seems like we should fetch the terms in prepare_items to do this as otherwise the has_items stuff just doesn't work :-(
Attachments (1)
Change History (5)
As you can see from the patch I started trying to implement this the same way the posts one worked and then found that I couldn't because we don't fetch the terms until we are displaying the table :-(
- Keywords close added
Actually, the current behaviour is consistent with the 3.0 branch.
It's this way because the "Add new term" form on the left automatically populates the table on the right.
Note: See
TracTickets for help on using
tickets.

A starter for one