From: Vlad Fulgeanu Date: Thu, 4 Jun 2015 13:59:58 +0000 (+0300) Subject: bitbake: toaster: tables: Remove obsolete field_name for select column X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb28534423092624c6a82cbf8ffcff23a41b7ec0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index b85527e216f..43b81a3e797 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):