mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
bitbake: toaster: SoftwareRecipesTable apply default order_by
Make sure the default orderby for the SoftwareRecipesTable is applied (Bitbake rev: 1688608b537d8de840c6d1e4802ae41ca872e5bf) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8469e58025
commit
8796ac8a55
@@ -617,6 +617,7 @@ class SoftwareRecipesTable(RecipesTable):
|
|||||||
super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)
|
super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)
|
||||||
|
|
||||||
self.queryset = self.queryset.filter(is_image=False)
|
self.queryset = self.queryset.filter(is_image=False)
|
||||||
|
self.queryset = self.queryset.order_by(self.default_orderby)
|
||||||
|
|
||||||
|
|
||||||
def setup_columns(self, *args, **kwargs):
|
def setup_columns(self, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user