summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-03-11 18:59:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-16 17:44:13 +0000
commitdf0672b038e6942c97d266af9ca175a06f2b0423 (patch)
treec25689fcdae68583fb206e53e7e3f43abe8cf7cc /bitbake
parent5c4b7e00525b68958d551de189dbcf871cedf68d (diff)
downloadast2050-yocto-poky-df0672b038e6942c97d266af9ca175a06f2b0423.zip
ast2050-yocto-poky-df0672b038e6942c97d266af9ca175a06f2b0423.tar.gz
bitbake: toaster: Fix the orderkey to match the column
If the orderkey doesn't map to the current sort value then when hiding the column the sort doesn't get removed. [YOCTO #7262] (Bitbake rev: 4b07195405b124ff39703e1ddc226dee420fed22) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 807bf9b..fe016cc 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1401,7 +1401,7 @@ def bpackage(request, build_id):
'qhelp':'The Git branch of the layer providing the recipe that builds the package',
'orderfield': _get_toggle_order(request, "recipe__layer_version__branch"),
'ordericon':_get_toggle_order_icon(request, "recipe__layer_version__branch"),
- 'orderkey' : 'recipe__layer_version__layer__branch',
+ 'orderkey' : 'recipe__layer_version__branch',
'clclass': 'recipe__layer_version__branch', 'hidden': 1,
},
{
OpenPOWER on IntegriCloud