missed dragType in egw_action_supported attributes

This commit is contained in:
Ralf Becker 2011-05-31 20:42:34 +00:00
parent 9eb51b8b74
commit 4d2cf32f9a

View File

@ -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']);