fix disappearing searchbar when session expires, add functions to fetch dvs at a certain duedate for valorisation

This commit is contained in:
Harald Bamberger
2024-03-25 16:53:03 +01:00
parent 2a26765ff6
commit d4bc5148a7
5 changed files with 31 additions and 4 deletions
@@ -21,7 +21,7 @@ class SearchBar extends FHC_Controller
// NOTE:
// - A user must be authenticated via another controller to access this one
// - It is loaded to be able to call the isLogged function later
$this->load->library('AuthLib', array(false));
$this->load->library('AuthLib');
// Load the library SearchBarLib
$this->load->library('SearchBarLib');