Render the css classes on the filter widget (#5067)

This commit is contained in:
Marco Grüter 2020-05-26 23:25:06 +02:00 committed by GitHub
parent ce7335f6cb
commit b417a4938f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div
class="control-filter"
class="control-filter <?= $cssClasses ?>"
data-control="filterwidget"
data-options-handler="<?= $this->getEventHandler('onFilterGetOptions') ?>"
data-update-handler="<?= $this->getEventHandler('onFilterUpdate') ?>">