0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 07:53:51 +00:00
nextcloud_server/lib/private/FilesMetadata/Model
hschletz 4bc9ba2a03 Fix data type in FilesMetadata::setIntList()
FilesMetadata::setIntList() throws an exception because it uses the incorrect type IMetadataValueWrapper::TYPE_STRING_LIST instead of IMetadataValueWrapper::TYPE_INT_LIST.

Signed-off-by: hschletz <holger.schletz@web.de>
2024-02-23 20:54:16 +00:00
..
FilesMetadata.php Fix data type in FilesMetadata::setIntList() 2024-02-23 20:54:16 +00:00
MetadataValueWrapper.php metadata must be set as editable for PROPPATCH 2023-11-14 14:38:53 +01:00