From ae635fba1add51123b59c8a088a39fe7acea58cf Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 23 Jul 2025 20:08:21 +0200 Subject: [PATCH] fix setting path to document below title --- views/bootstrap/class.AttributeMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index a026a9d96..9dbf982f3 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -182,7 +182,7 @@ $(document).ready( function() { foreach($res['contents'] as $content) { $document = $content->getDocument(); $extracontent = array(); - $extracontent['below_title'] = $this->getListRowPath($doc); + $extracontent['below_title'] = $this->getListRowPath($document); $txt = $this->callHook('documentListItem', $document, $previewer, false, 'attributemgr', $extracontent); if(is_string($txt)) echo $txt;