From 7e17ba49c0e84d1a4047fbffba28ead39980cb9c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 23 Jul 2012 17:58:04 +0000 Subject: [PATCH] Improve error message to include expected format --- etemplate/js/et2_extension_nextmatch_actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_extension_nextmatch_actions.js b/etemplate/js/et2_extension_nextmatch_actions.js index 043ce5e362..d01d6c8f1f 100644 --- a/etemplate/js/et2_extension_nextmatch_actions.js +++ b/etemplate/js/et2_extension_nextmatch_actions.js @@ -262,7 +262,7 @@ function nm_open_popup(_action, _ids) nm_popup_action = _action; if(_ids.length && typeof _ids[0] == 'object') { - egw().debug("warn", 'Not proper format for IDs'); + egw().debug("warn", 'Not proper format for IDs, should be array',_ids); _action.data.nextmatch = _ids[0]._context._widget; nm_popup_ids = []; for(var i = 0; i < _ids.length; i++)