Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2026-03-17 21:05:43 +01:00
commit 018fcfe158

View File

@ -401,6 +401,17 @@ $(document).ready(function() {
return self::show();
} /* }}} */
function batchoperation() { /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];
if (false === $this->callHook('runBatchOperation')) {
$this->setParam('batchmsg', 'Aiii, error');
}
return self::show();
} /* }}} */
function opensearchsuggestion() { /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];