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

This commit is contained in:
Uwe Steinmann 2024-04-30 20:45:31 +02:00
commit 56e15e5125
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ if ($action == "saveSettings")
setStrValue('fullSearchEngine'); setStrValue('fullSearchEngine');
setStrValue('defaultSearchMethod'); setStrValue('defaultSearchMethod');
setStrValue('suggestTerms'); setStrValue('suggestTerms');
setStrValue('batchOperations'); setArrayValue('batchOperations');
setBoolValue("showSingleSearchHit"); setBoolValue("showSingleSearchHit");
setBoolValue("enableSessionList"); setBoolValue("enableSessionList");
setBoolValue("enableClipboard"); setBoolValue("enableClipboard");

View File

@ -1441,7 +1441,7 @@ $(document).ready(function() {
} }
/* Batch operations {{{ */ /* Batch operations {{{ */
if($total) if($settings->_batchOperations && $total)
$this->contentHeading(getMLText('batch_operation')); $this->contentHeading(getMLText('batch_operation'));
if($totaldocs) { if($totaldocs) {
if(in_array('export', $settings->_batchOperations)) { if(in_array('export', $settings->_batchOperations)) {