Feature Requests item #3110732, was opened at 2010-11-17 14:53
Message generated for change (Tracker Item Submitted) made by skelm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477900&aid=3110732&group_id=55687
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: skelm (skelm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sort cases and hosts
Initial Comment:
Both the "case gallery" and the "host gallery" should provide for a sorted output in order to reflect a regular directory listing. In Caseman.pm the line
foreach my $c (readdir CASES)
should be replaced by
foreach my $c (sort readdir CASES)
(similar to 'readdir HOSTS')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477900&aid=3110732&group_id=55687
|