Projet

Général

Profil

0001-fields-don-t-include-table-of-lists-in-listings-9401.patch

Frédéric Péters, 18 décembre 2015 16:50

Télécharger (646 octets)

Voir les différences:

Subject: [PATCH] fields: don't include "table of lists" in listings (#9401)

 wcs/fields.py | 1 -
 1 file changed, 1 deletion(-)
wcs/fields.py
1435 1435
class TableSelectField(TableField):
1436 1436
    key = 'table-select'
1437 1437
    description = N_('Table of Lists')
1438
    in_listing = True
1439 1438

  
1440 1439
    items = None
1441 1440

  
1442
-