|
@@ -77,7 +77,7 @@ App.MainAdminServiceAccountsController = App.MainServiceInfoConfigsController.ex
|
|
|
*/
|
|
|
createConfigObject: function(serverConfigs, advancedConfigs) {
|
|
|
var configSet = App.config.mergePreDefinedWithLoaded(serverConfigs, advancedConfigs, this.get('serviceConfigTags'), this.get('selectedService'));
|
|
|
- var miscConfigs = configSet.configs.filterProperty('serviceName', this.get('selectedService')).filterProperty('category', 'Users and Groups').filterProperty('isVisible', true).rejectProperty('displayType', 'password');
|
|
|
+ var miscConfigs = configSet.configs.filterProperty('serviceName', this.get('selectedService')).filterProperty('category', 'Users and Groups').filterProperty('isVisible', true).rejectProperty('displayType', 'password').rejectProperty('displayType', 'checkbox');
|
|
|
|
|
|
miscConfigs = App.config.miscConfigVisibleProperty(miscConfigs, App.Service.find().mapProperty('serviceName'));
|
|
|
|