#16190 closed defect (bug) (fixed)
Category drop down has no default value
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
When viewing the posts list, the default $cat is set to an empty string. Casting it as an int sets the default if no global $cat is set.
Attachments (2)
Change History (6)
johnjamesjacoby
— 2 years ago
comment:1
nacin
— 2 years ago
- Owner set to koopersmith
- Status changed from new to assigned
The other aspect to this is koopersmith's pesudo-reset code in #16098. He's looking into it.
koopersmith
— 2 years ago
comment:2
koopersmith
— 2 years ago
- Keywords has-patch added
Patch attempts to simulate browser behavior by selecting the first element in a dropdown (not a multi-select) if no elements are selected by default.
comment:3
markjaquith
— 2 years ago
- Resolution set to fixed
- Status changed from assigned to closed
comment:4
markjaquith
— 2 years ago
Note: See
TracTickets for help on using
tickets.
Set default category on post list