mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix typo resulting in all not being processed.
This commit is contained in:
parent
fe4cdcb1d1
commit
06369b922a
@ -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
|
// 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,
|
// freezing for a while. If egw_open is set, and only 1 row selected,
|
||||||
// egw_open will be used instead.
|
// 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
|
// Fall through
|
||||||
case 'egw_open':
|
case 'egw_open':
|
||||||
|
Loading…
Reference in New Issue
Block a user