From 295c805a158450eff48e4c4b26fe1fa3e12418d4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Sep 2023 11:28:54 +0200 Subject: [PATCH] set maxsizeforfulltext --- op/op.UpdateDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/op/op.UpdateDocument.php b/op/op.UpdateDocument.php index 5d6612c8a..5fafaaae5 100644 --- a/op/op.UpdateDocument.php +++ b/op/op.UpdateDocument.php @@ -317,6 +317,7 @@ default: $controller->setParam('approvers', $approvers); $controller->setParam('attributes', $attributes); $controller->setParam('workflow', $workflow); + $controller->setParam('maxsizeforfulltext', $settings->_maxSizeForFullText); if(!$content = $controller()) { $err = $controller->getErrorMsg();