- 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:
Denis Flaven
2011-08-08 12:35:43 +00:00
parent 772c892b15
commit 3393808c7a
5 changed files with 103 additions and 27 deletions

View File

@@ -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'