Now is possible to have more than one FilterWidget in a single page

This commit is contained in:
Paolo
2019-07-17 11:38:47 +02:00
parent 2013c86ad3
commit 6752dc649f
6 changed files with 295 additions and 144 deletions
+2
View File
@@ -72,6 +72,8 @@ class FilterWidget extends Widget
$this->_initFilterWidget($args); // checks parameters and initialize properties
$this->filterwidgetlib->setFilterUniqueIdByParams($args);
// Let's start if it's allowed
// NOTE: If it is NOT allowed then no data are loaded
if ($this->filterwidgetlib->isAllowed($this->_requiredPermissions))