From 4d2cf32f9a52be8c2d7a571ca60ad36bd6b31e6e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 31 May 2011 20:42:34 +0000 Subject: [PATCH] missed dragType in egw_action_supported attributes --- etemplate/inc/class.nextmatch_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index f14944bd77..350e80a09b 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -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']);