From: Elliot Smith Date: Tue, 19 Apr 2016 16:28:39 +0000 (+0100) Subject: bitbake: toaster: fix sorting after hiding a column in build tables X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=040dbf6988bebf755e60f6102bbc2b9854ce0608;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: toaster: fix sorting after hiding a column in build tables When hiding a column in the build tasks or build packages included table, if the column is set as the current order by for the table, the order by is not reset to the default. The result is that the table stays sorted by the hidden column. Set the default_orderby for these two tables correctly to ensure the corresponding table is re-sorted when a column is hidden, if that column was being used as the order by. [YOCTO #9011] (Bitbake rev: b99e1012f0ad1dc82a769df15a232280c8e57b9e) Signed-off-by: Elliot Smith Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html index 23eb957567e..84bc10386dc 100644 --- a/bitbake/lib/toaster/toastergui/templates/tasks.html +++ b/bitbake/lib/toaster/toastergui/templates/tasks.html @@ -131,7 +131,7 @@