Bug 187658 : Group checkboxes are not sorted consistently

Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=wurblzap  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
travis%sedsystems.ca
2005-03-10 22:34:06 +00:00
parent 5612f1336b
commit 5fa193cfee

View File

@@ -458,7 +458,8 @@ sub groups {
" LEFT JOIN group_control_map" .
" ON group_control_map.group_id = groups.id" .
" AND group_control_map.product_id = ? " .
" WHERE isbuggroup = 1");
" WHERE isbuggroup = 1" .
" ORDER BY description");
$sth->execute($self->{'bug_id'}, Bugzilla->user->id,
$self->{'product_id'});