pass fulltextservice to view

This commit is contained in:
Uwe Steinmann 2020-12-12 16:29:26 +01:00
parent bcb83d6942
commit e36a41eeae

View File

@ -65,6 +65,7 @@ if ($document->verifyLastestContentExpriry()){
}
if($view) {
$view->setParam('fulltextservice', $fulltextservice);
$view->setParam('folder', $folder);
$view->setParam('document', $document);
$view->setParam('accessobject', $accessop);