#2796 closed feature-request (Fixed)
Add "date_added" to console info sort keys
Reported by: | coreyme | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Console UI | Version: | 1.3-stable |
Keywords: | Cc: | Bro |
Description
I'd like to be able to sort by date/time added in the Deluge console as you can in the UI and WebUI. Would it be possible to add a "date_added" key or something similar to the list of sortable keys in the console info command?
Thanks!
Change History (7)
comment:1 by , 9 years ago
Component: | other/unknown → Console |
---|---|
Milestone: | needs verified → 1.3.13 |
Version: | other (please specify) → 1.3-stable (git) |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Cc: | added |
---|
follow-up: 5 comment:4 by , 9 years ago
Milestone: | 1.3.13 → 2.0 |
---|
For 1.3-stable, simply added the key: [b2be4aba530]
A better solution can be implemented for develop
comment:5 by , 9 years ago
Replying to Cas:
For 1.3-stable, simply added the key: [b2be4aba530]
A better solution can be implemented for develop
Thanks, Cas!
comment:6 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Add key to develop: [8ff1bfc0b29]
Note:
See TracTickets
for help on using tickets.
I don't think the code for
info --sort
should rely on a fixed list of status keys so probably should simply allow any status key to be passed in and handle any error from core. It would still be useful to have a dynamically created list of available status keys for the help hint.