]> source.dussan.org Git - nextcloud-server.git/commit
Make a modifiable copy of the webdav properties in JS file list
authorVincent Petry <pvince81@owncloud.com>
Tue, 22 Dec 2015 10:17:24 +0000 (11:17 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 22 Dec 2015 10:17:24 +0000 (11:17 +0100)
commitca14277fca2ea3d550606a5234c573d766180815
treec79334f1b14e6386c2e902f08996b5631e4e6ecf
parentd17c2fb8d923eb2a5aa01b849139459d93227dad
Make a modifiable copy of the webdav properties in JS file list

Plugins can extend _getWebdavProperties to add custom properties.
These should not be added to the original properties list, so now the
FileList makes a copy of the array.
apps/files/js/filelist.js