From f451b65557fa42383645b30970f89dfb32413427 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 22 May 2013 18:10:26 +0000 Subject: [PATCH] Use refresh method for more intelligent updating --- etemplate/js/et2_extension_nextmatch_actions.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etemplate/js/et2_extension_nextmatch_actions.js b/etemplate/js/et2_extension_nextmatch_actions.js index ca511b3bf4..4d3bd1fdff 100644 --- a/etemplate/js/et2_extension_nextmatch_actions.js +++ b/etemplate/js/et2_extension_nextmatch_actions.js @@ -174,10 +174,7 @@ function nm_action(_action, _senders, _target, _ids) if(_action.data.nm_action == 'open_popup') { // Force nextmatch to re-load affected rows - for(var i = 0; i < idsArr.length; i++) - { - nextmatch.egw().dataStoreUID(nextmatch.egw().appName +'::'+idsArr[i],false); - } + nextmatch.refresh(idsArr); nextmatch.getInstanceManager().submit();