From eb28534423092624c6a82cbf8ffcff23a41b7ec0 Mon Sep 17 00:00:00 2001 From: Vlad Fulgeanu Date: Thu, 4 Jun 2015 16:59:58 +0300 Subject: bitbake: toaster: tables: Remove obsolete field_name for select column field_name is no longer used for this kind of column. So no need to specify it here. (Bitbake rev: 058e9db05767f2d46d46c02dd5043bb0f6b8e460) Signed-off-by: Vlad Fulgeanu Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/tables.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index b85527e216..43b81a3e79 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/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): -- cgit v1.2.3-54-g00ecf