mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
get $accessobject from view
This commit is contained in:
parent
a3ea05177a
commit
c815b0069d
|
@ -462,6 +462,7 @@ $(document).ready(function() {
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
$user = $this->params['user'];
|
$user = $this->params['user'];
|
||||||
$settings = $this->params['settings'];
|
$settings = $this->params['settings'];
|
||||||
|
$accessobject = $this->params['accessobject'];
|
||||||
$request = $this->params['request'];
|
$request = $this->params['request'];
|
||||||
$fullsearch = $this->params['fullsearch'];
|
$fullsearch = $this->params['fullsearch'];
|
||||||
$facetsearch = $this->params['facetsearch'];
|
$facetsearch = $this->params['facetsearch'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user