From 93421037142ecf63f1a50a2a5786b7d6cba0d587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 18 Dec 2015 16:49:53 +0100 Subject: [PATCH] fields: don't include "table of lists" in listings (#9401) --- wcs/fields.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wcs/fields.py b/wcs/fields.py index 62ab90c..8e0785f 100644 --- a/wcs/fields.py +++ b/wcs/fields.py @@ -1435,7 +1435,6 @@ register_field_class(TableField) class TableSelectField(TableField): key = 'table-select' description = N_('Table of Lists') - in_listing = True items = None -- 2.6.4