mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* CalDAV/Calendar/Ressources: readded missing resource- and location-calendars after recent changes in resources app
This commit is contained in:
parent
94f43e3147
commit
da811e3509
@ -1259,6 +1259,7 @@ class groupdav_principals extends groupdav_handler
|
||||
self::$all_resources = array();
|
||||
$query = array(
|
||||
'show_bookable' => true, // ignore non-bookable resources
|
||||
'filter2' => -3,
|
||||
);
|
||||
if (self::$resources->get_rows($query, $rows, $readonlys))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user