Fix missing form in folder authentication dialog
This commit is contained in:
parent
fa20f96c30
commit
9763bb1d1d
1 changed files with 1 additions and 1 deletions
|
@ -1839,7 +1839,7 @@ function kolab_files_ui()
|
||||||
content = this.folder_list_auth_form(driver);
|
content = this.folder_list_auth_form(driver);
|
||||||
|
|
||||||
dialog.find('table.propform').remove();
|
dialog.find('table.propform').remove();
|
||||||
$('.options', dialog).before(content);
|
$('.auth-options', dialog).before(content);
|
||||||
|
|
||||||
args.buttons[this.t('kolab_files.save')] = function() {
|
args.buttons[this.t('kolab_files.save')] = function() {
|
||||||
var data = {folder: label, list: 1};
|
var data = {folder: label, list: 1};
|
||||||
|
|
Loading…
Add table
Reference in a new issue