mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Now is possible to have more than one FilterWidget in a single page
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user