]> source.dussan.org Git - nextcloud-server.git/commit
Fixed file actions fallback
authorVincent Petry <pvince81@owncloud.com>
Fri, 20 Jun 2014 10:58:04 +0000 (12:58 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 20 Jun 2014 10:58:04 +0000 (12:58 +0200)
commit502573eb2ec6b8221a2e902e54ef0aeec26be8f0
treedacf8642f99b65716de2dfd21234eb14079d14bb
parentca96b9d3d5197da9d2686c8fe8e0cdcc2fbfa800
Fixed file actions fallback

Some apps are calling FileActions.display() directly but omit the new
fileList argument.

This fix makes the fileList argument correctly fall back to the default
file list (the one from the "All files" section)
apps/files/js/fileactions.js