Commit 6bdf0f79 authored by Markus Kolb's avatar Markus Kolb Committed by Dave Lawrence

Bug 774625 - describecomponents.cgi - product category listing is not sorted

r=dkl, a=LpSolit
parent 7f812576
......@@ -1081,7 +1081,7 @@ sub get_accessible_products {
@{$self->get_selectable_products},
@{$self->get_enterable_products};
return [ values %products ];
return [ sort { $a->name cmp $b->name } values %products ];
}
sub check_can_admin_product {
......
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