- order testgroups by name
git-svn-id: svn://10.0.0.236/trunk@198394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -97,7 +97,9 @@ sub page_pickGroupSubgroup {
|
||||
}
|
||||
|
||||
# get all groups for the product:
|
||||
my @groups = Litmus::DB::Testgroup->search(product => $sysconfig->product(), enabled => 1);
|
||||
my @groups = Litmus::DB::Testgroup->search(product => $sysconfig->product(),
|
||||
enabled => 1,
|
||||
{ order_by => 'name ASC' });
|
||||
|
||||
# all possible subgroups per group:
|
||||
my %subgroups;
|
||||
|
||||
Reference in New Issue
Block a user