get settings from view

This commit is contained in:
Uwe Steinmann 2023-11-06 14:31:56 +01:00
parent 0f258d81ac
commit 1a5dbfef51

View File

@ -132,6 +132,7 @@ console.log(element);
function show() { /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];
$settings = $this->params['settings'];
$folder = $this->params['folder'];
$document = $this->params['document'];
$strictformcheck = $this->params['strictformcheck'];