mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
if the list is empty/the action object has no children, we do not consider that as allSelected
This commit is contained in:
parent
dcb5a86aca
commit
f7cb239a14
@ -816,7 +816,7 @@ egwActionObject.prototype.getAllSelected = function()
|
||||
if (!this.children[i].getAllSelected())
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.children.length == 0) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user