From: Belen Barros Pena Date: Mon, 5 Sep 2016 14:29:22 +0000 (+0100) Subject: toaster: tasks Remove recipe version from defaults X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249dd31fcaabbec32fdee30b0c84be90d4f92430;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/buildtables.py b/lib/toaster/toastergui/buildtables.py index b6485e64fd7..dd0a6900dde 100644 --- a/lib/toaster/toastergui/buildtables.py +++ b/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",