зеркало из https://github.com/nextcloud/server.git
use public share fileclient when available
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Родитель
47646794b9
Коммит
97b2782c5b
|
@ -168,7 +168,7 @@ var OCdialogs = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.filepicker.loading = true;
|
this.filepicker.loading = true;
|
||||||
this.filepicker.filesClient = OC.Files.getClient();
|
this.filepicker.filesClient = (OCA.Sharing && OCA.Sharing.PublicApp && OCA.Sharing.PublicApp.fileList)? OCA.Sharing.PublicApp.fileList.filesClient: OC.Files.getClient();
|
||||||
$.when(this._getFilePickerTemplate()).then(function($tmpl) {
|
$.when(this._getFilePickerTemplate()).then(function($tmpl) {
|
||||||
self.filepicker.loading = false;
|
self.filepicker.loading = false;
|
||||||
var dialogName = 'oc-dialog-filepicker-content';
|
var dialogName = 'oc-dialog-filepicker-content';
|
||||||
|
|
Загрузка…
Ссылка в новой задаче