fix setting path to document below title

This commit is contained in:
Uwe Steinmann 2025-07-23 20:08:21 +02:00
parent 00a5f59bc3
commit ae635fba1a

View File

@ -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;