Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
5e3710d7
Commit
5e3710d7
authored
Dec 22, 2015
by
Thomas Müller
Browse files
Merge pull request #21325 from owncloud/files-donotduplicatewebdavproperties
Make a modifiable copy of the webdav properties in JS file list
parents
d17c2fb8
ca14277f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files/js/filelist.js
View file @
5e3710d7
...
...
@@ -1383,7 +1383,7 @@
* Returns list of webdav properties to request
*/
_getWebdavProperties
:
function
()
{
return
this
.
filesClient
.
getPropfindProperties
();
return
[].
concat
(
this
.
filesClient
.
getPropfindProperties
()
)
;
},
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment