From 069ecbb05bbd25da92534cccf7d935c65a6f0ded Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 16 Mar 2026 21:52:21 +0100 Subject: [PATCH] call hook postBatchOperations --- views/bootstrap/class.Search.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 5c69e5d87..081feea16 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -1679,6 +1679,10 @@ $(document).ready(function() { } } } + $txt = $this->callHook('postBatchOperations'); + if(is_string($txt)) { + echo $txt; + } // }}} ?>