a customer of us used your tool to add 2 fields to his nextcloud v18. they show up in the webview but if i want to get the values from the file via webdav, i always get a 404 on the custom properties.
custom properties

request
<?xml version="1.0"?> <d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:prop> <oc:beschreibung /> <oc:titel /> </d:prop> </d:propfind>
response
<?xml version="1.0"?> <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:response> <d:href>/remote.php/dav/comments/files/41149/112</d:href> <d:propstat> <d:prop> <oc:beschreibung/> <oc:titel/> </d:prop> <d:status>HTTP/1.1 404 Not Found</d:status> </d:propstat> </d:response> </d:multistatus>
a customer of us used your tool to add 2 fields to his nextcloud v18. they show up in the webview but if i want to get the values from the file via webdav, i always get a 404 on the custom properties.
custom properties

request
<?xml version="1.0"?> <d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:prop> <oc:beschreibung /> <oc:titel /> </d:prop> </d:propfind>response
<?xml version="1.0"?> <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:response> <d:href>/remote.php/dav/comments/files/41149/112</d:href> <d:propstat> <d:prop> <oc:beschreibung/> <oc:titel/> </d:prop> <d:status>HTTP/1.1 404 Not Found</d:status> </d:propstat> </d:response> </d:multistatus>