Actions
Feature #417
closedAll columns in host display should be sortable.
Description
It's really useful to be able to sort by environment, OS and hardware model. This patch adds that capability.
Files
Actions
Added by Brian Gallew over 15 years ago. Updated over 15 years ago.
Description
It's really useful to be able to sort by environment, OS and hardware model. This patch adds that capability.
Files
| sortable.patch | sortable.patch | 783 Bytes | Brian Gallew, 10/25/2010 11:18 PM |
Hi,
Thanks for the patch, two comments:
I'm willing to accept the patch, as its better than nothing at the moment, but ideally, we should a better way to handle it (and probably the existing order implementation need to be refactored).
I'm happy to submit git-formatted patches if there's a page on how to generate them. I've gotten tired of tracking down all the instructions for all the VC systems out there, so if I can't find a one-page write up for a given project on how patches should be submitted, then I just send standard diffs.
I'll look again at the sorting thing. When I first tested, it didn't seem to pay attention to the actual field contents for sorting when I didn't use the id. If it works as desired, I'll definitely submit a new patch. Thanks for looking at it so quickly!