]> source.dussan.org Git - nextcloud-server.git/commitdiff
External share dialog must properly read entered password
authorVincent Petry <pvince81@owncloud.com>
Wed, 21 Jan 2015 10:26:36 +0000 (11:26 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 21 Jan 2015 10:26:36 +0000 (11:26 +0100)
apps/files_sharing/js/external.js

index aeb4b2461f825d9597ca6f010fa6fc21c9fcc975..97ff5661e268a78e8f73f7c21e0e9c9e7cf62813 100644 (file)
@@ -44,7 +44,8 @@
                                        {name: name, owner: owner, remote: remoteClean}
                                ),
                                t('files_sharing','Remote share'),
-                               function (result) {
+                               function (result, password) {
+                                       share.password = password;
                                        callback(result, share);
                                },
                                true,