From c815b0069dd88b674d1b04b6ef13cb316a51ce9a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 4 Feb 2025 11:04:58 +0100 Subject: [PATCH] get $accessobject from view --- views/bootstrap/class.Search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index fe52a077b..428bc3923 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -462,6 +462,7 @@ $(document).ready(function() { $dms = $this->params['dms']; $user = $this->params['user']; $settings = $this->params['settings']; + $accessobject = $this->params['accessobject']; $request = $this->params['request']; $fullsearch = $this->params['fullsearch']; $facetsearch = $this->params['facetsearch'];