mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
Bugfix: admin contactsType should be set before subscribables
This commit is contained in:
parent
be66ab2ac8
commit
490a706cc6
1 changed files with 2 additions and 2 deletions
|
@ -69,6 +69,8 @@ export class ContactsAdminSettings {
|
||||||
})
|
})
|
||||||
.extend({ notify: 'always' });
|
.extend({ notify: 'always' });
|
||||||
|
|
||||||
|
this.contactsType(SettingsGet('ContactsPdoType'));
|
||||||
|
|
||||||
addSubscribablesTo(this, {
|
addSubscribablesTo(this, {
|
||||||
enableContacts: value =>
|
enableContacts: value =>
|
||||||
Remote.saveAdminConfig(null, {
|
Remote.saveAdminConfig(null, {
|
||||||
|
@ -105,8 +107,6 @@ export class ContactsAdminSettings {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
this.contactsType(SettingsGet('ContactsPdoType'));
|
|
||||||
|
|
||||||
this.onTestContactsResponse = this.onTestContactsResponse.bind(this);
|
this.onTestContactsResponse = this.onTestContactsResponse.bind(this);
|
||||||
|
|
||||||
decorateKoCommands(this, {
|
decorateKoCommands(this, {
|
||||||
|
|
Loading…
Reference in a new issue