pass fulltextservice to controller

This commit is contained in:
Uwe Steinmann 2020-12-10 13:47:44 +01:00
parent 19bb70af40
commit 46264c49d6

View File

@ -121,6 +121,7 @@ foreach($document->getAttributes() as $ai=>$aa)
$oldattributes[$ai] = clone $aa;
//$oldattributes = $document->getAttributes();
$controller->setParam('fulltextservice', $fulltextservice);
$controller->setParam('document', $document);
$controller->setParam('name', $name);
$controller->setParam('comment', $comment);