0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

Added organization folder update permissions DAV prop, improved PropFindPlugin performance

This commit is contained in:
Jonathan Treffler 2024-11-25 17:47:45 +01:00
parent 789a05c4c1
commit e999d42d33
2 changed files with 60 additions and 9 deletions

View file

@ -41,7 +41,7 @@ class ResourceController extends BaseController {
}
if($this->shouldInclude(self::SUBRESOURCES_INCLUDE, $includes)) {
$result["subresources"] = $this->getSubResources($resource->getId());
$result["subResources"] = $this->getSubResources($resource->getId());
}
return $result;