mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Fix php warning and missing dict entry for 1-n (3d9a85d follow-up)
This commit is contained in:
@@ -87,7 +87,8 @@ class BlockDirectLinksViewTable extends AbstractBlockLinksViewTable
|
||||
break;
|
||||
}
|
||||
$aRowActions[] = array(
|
||||
'tooltip' => 'UI:Links:ActionRow:Modify',
|
||||
'label' => 'UI:Links:ActionRow:Modify',
|
||||
'tooltip' => 'UI:Links:ActionRow:Modify+',
|
||||
'icon_classes' => 'fas fa-pen',
|
||||
'js_row_action' => "LinkSetWorker.ModifyLinkedObject('{$this->sTargetClass}', aRowData['{$this->oAttDef->GetLinkedClass()}/_key_/raw'], '{$this->GetTableId()}');",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user