mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
Default shortcut actions are now a parameter
SVN:trunk[1503]
This commit is contained in:
@@ -2151,7 +2151,9 @@ EOF
|
||||
*/
|
||||
public static function GetShortcutActions($sFinalClass)
|
||||
{
|
||||
return array('UI:Menu:New', 'UI:Menu:Modify');
|
||||
$sShortcutActions = MetaModel::GetConfig()->Get('shortcut_actions');
|
||||
$aShortcutActions = explode(',', $sShortcutActions);
|
||||
return $aShortcutActions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user