From c9286b75a0318a600314db8fd05df98d745ab4e0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 15 Apr 2024 11:54:23 +0200 Subject: [PATCH] show tasklist in menu even if there are no task --- views/bootstrap/class.Tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Tasks.php b/views/bootstrap/class.Tasks.php index 846466bd0..be2f9d18c 100644 --- a/views/bootstrap/class.Tasks.php +++ b/views/bootstrap/class.Tasks.php @@ -367,8 +367,8 @@ class SeedDMS_View_Tasks extends SeedDMS_Theme_Style { $menuitems['tasks']['children']['divider'] = array('divider'=>true); $menuitems['tasks']['children']['mydocuments'] = array('label'=>getMLText('my_documents'), 'link'=>$this->params['settings']->_httpRoot.'out/out.MyDocuments.php'); } - self::showNavigationBar($menuitems, array('right'=>true)); } + self::showNavigationBar($menuitems, array('right'=>true)); } /* }}} */ /**