[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2308/8267] bitbake: toaster: tasks Remove recipe version from defaults



commit ebc6e84b3e8c309acb1d17df19a7ccbf86e30157
Author: Belen Barros Pena <belen barros pena linux intel com>
Date:   Mon Sep 5 15:29:22 2016 +0100

    bitbake: toaster: tasks Remove recipe version from defaults
    
    The 'Recipe version' column should not be part of the set of columns
    shown by default in the tasks table. Set the hidden property for that
    column to 'True' so that it doesn't show when you load that table
    for the first time.
    
    [YOCTO #10179]
    
    (Bitbake rev: 249dd31fcaabbec32fdee30b0c84be90d4f92430)
    
    Signed-off-by: Belen Barros Pena <belen barros pena linux intel com>
    Signed-off-by: Michael Wood <michael g wood intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/toaster/toastergui/buildtables.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py
index b6485e6..dd0a690 100644
--- a/bitbake/lib/toaster/toastergui/buildtables.py
+++ b/bitbake/lib/toaster/toastergui/buildtables.py
@@ -482,7 +482,8 @@ class BuildTasksTable(BuildTablesMixin):
                         orderable=True)
 
         self.add_column(title="Recipe version",
-                        field_name='recipe__version')
+                        field_name='recipe__version',
+                        hidden=True)
 
         self.add_column(title="Executed",
                         static_data_name="task_executed",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]