N°6154 - n:n Read - tooltip, buttons tooltips on edit widgets

This commit is contained in:
Benjamin Dalsass
2023-05-03 12:41:56 +02:00
parent e16ffe5a99
commit 27d9d6a822
4 changed files with 36 additions and 14 deletions

View File

@@ -127,7 +127,7 @@ abstract class AbstractBlockLinkSetViewTable extends UIContentBlock
Dict::S("Class:{$this->sObjectClass}"),
$this->oDbObject->Get('friendlyname'),
$this->oAttDef->GetLabel(),
$this->sTargetClass,
Dict::S("Class:{$this->sTargetClass}"),
$oDBObject !== null ? $oDBObject->Get('friendlyname') : '{item}');
}