Merge branch 'master' into feature-4026/TabulatorWidget

This commit is contained in:
Paolo
2019-11-04 15:08:42 +01:00
319 changed files with 24475 additions and 44628 deletions
@@ -216,6 +216,16 @@ class Filters extends FHC_Controller
$this->outputJsonSuccess('Success');
}
/**
* Reloads the dataset
*/
public function reloadDataset()
{
$this->filterslib->reloadDataset();
$this->outputJsonSuccess('Success');
}
//------------------------------------------------------------------------------------------------------------------
// Private methods