Commit e0a82d28 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 187658 : Group checkboxes are not sorted consistently

Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=justdave
parent 80808090
...@@ -458,7 +458,8 @@ sub groups { ...@@ -458,7 +458,8 @@ sub groups {
" LEFT JOIN group_control_map" . " LEFT JOIN group_control_map" .
" ON group_control_map.group_id = groups.id" . " ON group_control_map.group_id = groups.id" .
" AND group_control_map.product_id = ? " . " AND group_control_map.product_id = ? " .
" WHERE isbuggroup = 1"); " WHERE isbuggroup = 1" .
" ORDER BY description");
$sth->execute($self->{'bug_id'}, Bugzilla->user->id, $sth->execute($self->{'bug_id'}, Bugzilla->user->id,
$self->{'product_id'}); $self->{'product_id'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment