forked from extern/egroupware
Use refresh method for more intelligent updating
This commit is contained in:
parent
4037993dc5
commit
f451b65557
@ -174,10 +174,7 @@ function nm_action(_action, _senders, _target, _ids)
|
|||||||
if(_action.data.nm_action == 'open_popup')
|
if(_action.data.nm_action == 'open_popup')
|
||||||
{
|
{
|
||||||
// Force nextmatch to re-load affected rows
|
// Force nextmatch to re-load affected rows
|
||||||
for(var i = 0; i < idsArr.length; i++)
|
nextmatch.refresh(idsArr);
|
||||||
{
|
|
||||||
nextmatch.egw().dataStoreUID(nextmatch.egw().appName +'::'+idsArr[i],false);
|
|
||||||
}
|
|
||||||
|
|
||||||
nextmatch.getInstanceManager().submit();
|
nextmatch.getInstanceManager().submit();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user