mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Add expand-property report to the supported reports.
This commit is contained in:
parent
7a662f2703
commit
cfa9b42c1d
@ -442,7 +442,8 @@ EOSQL;
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->supported_reports = array(
|
$this->supported_reports = array(
|
||||||
'DAV::principal-property-search' => ''
|
'DAV::principal-property-search' => '',
|
||||||
|
'DAV::expand-property' => ''
|
||||||
);
|
);
|
||||||
if ( $this->IsCollection() ) {
|
if ( $this->IsCollection() ) {
|
||||||
$this->supported_reports['DAV::sync-collection'] = '';
|
$this->supported_reports['DAV::sync-collection'] = '';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user