N°4667 - Remove call to tooltip function - change type of preview (fix seen with Guillaume)

This commit is contained in:
acognet
2022-03-21 15:14:30 +01:00
parent f93218a80f
commit 8204723b5b
2 changed files with 10 additions and 6 deletions

View File

@@ -1179,7 +1179,7 @@ class ObjectController extends BrickController
}
$aData['att_id'] = $iAttId;
$aData['preview'] = $oDocument->IsPreviewAvailable() ? 'true' : 'false';
$aData['preview'] = $oDocument->IsPreviewAvailable() ;
$aData['file_size'] = $oDocument->GetFormattedSize();
$aData['creation_date'] = $oAttachment->Get('creation_date');
$aData['user_id_friendlyname'] = $oAttachment->Get('user_id_friendlyname');