Added shortcut as valid action property

This commit is contained in:
Andreas Stöckel 2011-06-19 10:53:52 +00:00
parent 1d23398ad9
commit 0991eed64a

View File

@ -734,6 +734,7 @@ class nextmatch_widget
'id','caption','iconUrl','type','default','onExecute','group',
'enabled','allowOnMultiple','hideOnDisabled','data','children',
'hint','checkbox','checked','radioGroup','acceptedTypes','dragType',
'shortcut'
);
// add all not egw_action supported attributes to data
$action['data'] = array_merge(array_diff_key($action, array_flip($egw_action_supported)),(array)$action['data']);