mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
- Enhancement: can now specify 'order_by' in 'list' templates.
- New 'Shortcut Actions' displayed as buttons next to the 'Actions' popup menu. SVN:trunk[1431]
This commit is contained in:
@@ -2101,6 +2101,14 @@ EOF
|
||||
return $aResult;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the list of actions to be displayed as 'shortcuts' (i.e buttons) instead of inside the Actions popup menu
|
||||
*/
|
||||
public static function GetShortcutActions()
|
||||
{
|
||||
return array('UI:Menu:New', 'UI:Menu:Modify');
|
||||
}
|
||||
|
||||
/**
|
||||
* Maps the given context parameter name to the appropriate filter/search code for this class
|
||||
* @param string $sContextParam Name of the context parameter, i.e. 'org_id'
|
||||
|
||||
Reference in New Issue
Block a user