We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d228951 commit ab74be8Copy full SHA for ab74be8
apps/dav/lib/DAV/Sharing/Backend.php
@@ -206,7 +206,7 @@ public function getShares($resourceId) {
206
'status' => 1,
207
'readOnly' => (int) $row['access'] === self::ACCESS_READ,
208
'{http://owncloud.org/ns}principal' => $row['principaluri'],
209
- '{http://owncloud.org/ns}group-share' => is_null($p)
+ '{http://owncloud.org/ns}group-share' => isset($p['uri']) ? str_starts_with($p['uri'], 'principals/groups') : false
210
];
211
}
212
0 commit comments