notificationsConsumerSuccess: new FormControl(null),
notificationsConsumerFailed: new FormControl(null),
notificationsConsumerSuppressOnDashboard: new FormControl(null),
+ usersGroup: this.usersGroup,
+ groupsGroup: this.groupsGroup,
+ savedViewsWarnOnUnsavedChange: new FormControl(null),
savedViews: this.savedViewGroup,
mailAccounts: this.mailAccountGroup,
notificationsConsumerSuppressOnDashboard: this.settings.get(
SETTINGS_KEYS.NOTIFICATIONS_CONSUMER_SUPPRESS_ON_DASHBOARD
),
+ savedViewsWarnOnUnsavedChange: this.settings.get(
+ SETTINGS_KEYS.SAVED_VIEWS_WARN_ON_UNSAVED_CHANGE
+ ),
+ usersGroup: {},
+ groupsGroup: {},
savedViews: {},
mailAccounts: {},
mailRules: {},