#16190 closed defect (bug) (fixed)
Category drop down has no default value
Reported by: | johnjamesjacoby | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | 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)
#1
@
14 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.
#2
@
14 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.
Note: See
TracTickets for help on using
tickets.
Set default category on post list