forked from extern/egroupware
Added shortcut as valid action property
This commit is contained in:
parent
1d23398ad9
commit
0991eed64a
@ -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']);
|
||||
|
Loading…
Reference in New Issue
Block a user