mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°5074 - Linkset datatable actions row improvements
Linkset updates, feedbacks 09/12: - Distinguish action label and tool tip message - Change default action button label Ok => Confirm - Use action label in place of default confirm button label - Attach do not show again preference key to table instance - Obsolescence flag for link selection (select all) issue correction
This commit is contained in:
@@ -134,6 +134,26 @@ abstract class AbstractBlockLinksViewTable extends UIContentBlock
|
||||
$this->AddSubBlock($oBlock->GetRenderContent($oPage, $this->GetExtraParam(), 'rel_'.$this->sAttCode));
|
||||
}
|
||||
|
||||
/**
|
||||
* GetTableId.
|
||||
*
|
||||
* @return string table identifier
|
||||
*/
|
||||
protected function GetTableId(): string
|
||||
{
|
||||
return $this->sObjectClass.'_'.$this->sAttCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* GetDoNotShowAgainPreferenceKey.
|
||||
*
|
||||
* @return string do not show again preference key
|
||||
*/
|
||||
protected function GetDoNotShowAgainPreferenceKey(): string
|
||||
{
|
||||
return "{$this->GetTableId()}.remove_link.do_not_show_again";
|
||||
}
|
||||
|
||||
/**
|
||||
* GetExtraParam.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user