allow filtering for all dimensions (fixes #14121)

This commit is contained in:
Benjamin Dauvergne 2017-02-21 23:59:50 +01:00
parent af01f30313
commit ed9b1561cd
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ class WcsFormdefFeeder(object):
'type': 'integer',
'value': '%s.id' % field.varname,
'value_label': '%s.label' % field.varname,
'filter': field.in_filters,
'filter': True,
})
self.model['cubes'].append(cube)