Merge branch 'feature-28886/Filter_Component_vs_Table_Component'

This commit is contained in:
Harald Bamberger
2023-11-09 11:48:51 +01:00
7 changed files with 730 additions and 336 deletions
@@ -26,6 +26,9 @@ class Filter extends FHC_Controller
// Loads authentication library and starts authentication
$this->load->library('AuthLib');
// Loads the FiltersModel
$this->load->model('system/Filters_model', 'FiltersModel');
// Loads the FilterCmptLib with HTTP GET/POST parameters
$this->_startFilterCmptLib();
}