mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
backport of Nathans r48905: fix typo resulting in all not being processed
This commit is contained in:
parent
a6ac5155ac
commit
1fcc8cb801
@ -117,7 +117,7 @@ function nm_action(_action, _senders, _target, _ids)
|
||||
// Run a long task once for each ID with a nice dialog instead of
|
||||
// freezing for a while. If egw_open is set, and only 1 row selected,
|
||||
// egw_open will be used instead.
|
||||
if(doLongTask(idsArr, ids.all,_action, mgr.data.nextmatch)) break;
|
||||
if(doLongTask(idsArr, _ids.all,_action, mgr.data.nextmatch)) break;
|
||||
|
||||
// Fall through
|
||||
case 'egw_open':
|
||||
|
Loading…
Reference in New Issue
Block a user