mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
take resultmode from view parameters
This commit is contained in:
parent
4b23765042
commit
c2e2b1e9be
|
@ -57,6 +57,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
||||||
$allCats = $this->params['allcategories'];
|
$allCats = $this->params['allcategories'];
|
||||||
$allUsers = $this->params['allusers'];
|
$allUsers = $this->params['allusers'];
|
||||||
$mode = $this->params['mode'];
|
$mode = $this->params['mode'];
|
||||||
|
$resultmode = $this->params['resultmode'];
|
||||||
$workflowmode = $this->params['workflowmode'];
|
$workflowmode = $this->params['workflowmode'];
|
||||||
$enablefullsearch = $this->params['enablefullsearch'];
|
$enablefullsearch = $this->params['enablefullsearch'];
|
||||||
$enableclipboard = $this->params['enableclipboard'];
|
$enableclipboard = $this->params['enableclipboard'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user