mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°6488 - Fix object keyboard shortcut not working anymore due to summary cards stealing its shortcuts
This commit is contained in:
@@ -172,4 +172,20 @@ class ObjectSummary extends ObjectDetails
|
||||
$this->aObjectDisplayValues = $aObjectDisplayValues;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public static function GetShortcutKeys(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public static function GetShortcutTriggeredElementSelector(): string
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user