Modify ↓
Opened 17 years ago
Closed 16 years ago
#2227 closed defect (fixed)
RFE: Order downloads columns.
Reported by: | Radek Bartoň | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Columns in downloads list tables should be ordered by order they are listed in visible_fields configuration option.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented for 0.12 branch with r5599. ext
and visible_fields
options are ListOption
s now. This means that they should be setted as comma separated strings.
Note: See
TracTickets for help on using
tickets.
Will follow.