Merge pull request #98 from nextcloud/fix-account-settings-switching
Allow navigationg from one account settings page to another
This commit is contained in:
Коммит
3672d85943
|
@ -209,13 +209,11 @@ define(function(require) {
|
|||
}
|
||||
},
|
||||
showAccountSettings: function(account) {
|
||||
if (this.activeContent !== ContentType.ACCOUNT_SETTINGS) {
|
||||
this.activeContent = ContentType.ACCOUNT_SETTINGS;
|
||||
this.activeContent = ContentType.ACCOUNT_SETTINGS;
|
||||
|
||||
this.content.show(new AccountSettingsView({
|
||||
account: account
|
||||
}));
|
||||
}
|
||||
this.content.show(new AccountSettingsView({
|
||||
account: account
|
||||
}));
|
||||
},
|
||||
setSearchQuery: function(val) {
|
||||
val = val || '';
|
||||
|
|
Загрузка…
Ссылка в новой задаче