forked from extern/egroupware
missed dragType in egw_action_supported attributes
This commit is contained in:
parent
9eb51b8b74
commit
4d2cf32f9a
@ -723,7 +723,7 @@ class nextmatch_widget
|
||||
static $egw_action_supported = array( // attributes supported by egw_action
|
||||
'id','caption','iconUrl','type','default','onExecute','group',
|
||||
'enabled','allowOnMultiple','hideOnDisabled','data','children',
|
||||
'hint','checkbox','checked','radioGroup','acceptedTypes',
|
||||
'hint','checkbox','checked','radioGroup','acceptedTypes','dragType',
|
||||
);
|
||||
// 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