forked from extern/egroupware
* CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show)
This commit is contained in:
parent
0d8051837c
commit
60e3037bf8
@ -1265,6 +1265,8 @@ class groupdav_principals extends groupdav_handler
|
||||
$query = array(
|
||||
'show_bookable' => true, // ignore non-bookable resources
|
||||
'filter2' => -3,
|
||||
'start' => 0,
|
||||
'num_rows' => 10000, // return all aka first 10000 entries
|
||||
);
|
||||
if (self::$resources->get_rows($query, $rows, $readonlys))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user