From b6ee001f0db6520c51b2fb1685d60e9a4ba0f78b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 30 Jul 2025 09:56:23 +0200 Subject: [PATCH] clicking on folder title in list will go to folder page --- views/bootstrap/class.ObjectCheck.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.ObjectCheck.php b/views/bootstrap/class.ObjectCheck.php index 52612507f..5c10e4c49 100644 --- a/views/bootstrap/class.ObjectCheck.php +++ b/views/bootstrap/class.ObjectCheck.php @@ -702,6 +702,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Theme_Style { $this->printDeleteFolderButtonJs(); $this->printDeleteDocumentButtonJs(); $this->printClickDocumentJs(); + $this->printClickFolderJs(); ?> $(document).ready( function() { $('body').on('click', 'ul.sidenav li a', function(ev){