mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01: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())
|
if (!this.children[i].getAllSelected())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (this.children.length == 0) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user