mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:41:01 +01:00
* 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(
|
$query = array(
|
||||||
'show_bookable' => true, // ignore non-bookable resources
|
'show_bookable' => true, // ignore non-bookable resources
|
||||||
'filter2' => -3,
|
'filter2' => -3,
|
||||||
|
'start' => 0,
|
||||||
|
'num_rows' => 10000, // return all aka first 10000 entries
|
||||||
);
|
);
|
||||||
if (self::$resources->get_rows($query, $rows, $readonlys))
|
if (self::$resources->get_rows($query, $rows, $readonlys))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user