WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

CMS UI entity filtering for a type multi-select field is not working. #42

Closed pnikolov closed 9 years ago

pnikolov commented 9 years ago

The fix is amending the cms/views/_shared/entities/types/multiselect/filter.html.tpl: From this:

<select name="filtering[{$field}]" id="filter-attribute-{$field}[]" ...
...

to this:

<select name="filtering[{$field}][]" id="filter-attribute-{$field}" ...