[bitbake-devel] [PATCH 16/19] toaster: tables: Remove obsolete field_name for select column

Alex DAMIAN alexandru.damian at intel.com
Wed Jun 10 14:39:04 UTC 2015


From: Vlad Fulgeanu <andrei-vlad.fulgeanu at intel.com>

field_name is no longer used for this kind of column. So no need to specify
it here.

Signed-off-by: Vlad Fulgeanu <andrei-vlad.fulgeanu at intel.com>
---
 lib/toaster/toastergui/tables.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/tables.py b/lib/toaster/toastergui/tables.py
index b85527e..43b81a3 100644
--- a/lib/toaster/toastergui/tables.py
+++ b/lib/toaster/toastergui/tables.py
@@ -227,8 +227,7 @@ class MachinesTable(ToasterTable):
                         help_text="Sets the selected machine as the project machine. You can only have one machine per project",
                         hideable=False,
                         static_data_name="add-del-layers",
-                        static_data_template='{% include "machine_btn.html" %}',
-                        field_name="layer_version__id")
+                        static_data_template='{% include "machine_btn.html" %}')
 
 
 class LayerMachinesTable(MachinesTable):
-- 
1.9.1




More information about the bitbake-devel mailing list