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

@@ -84,7 +84,7 @@ class UILinksWidgetDirect
public function Display(WebPage $oPage, $oValue, $aArgs, $sFormPrefix, $oCurrentObj)
{
$oBlock = new BlockDirectLinkSetEditTable($this, $this->sInputid);
$oBlock->InitTable($oPage, $oValue, $sFormPrefix);
$oBlock->InitTable($oPage, $oValue, $sFormPrefix, $oCurrentObj);
return ConsoleBlockRenderer::RenderBlockTemplateInPage($oPage, $oBlock);
}