GI-173 Al habilitar el Enable PM Gmail debe mostrarse con el combo vacio

This commit is contained in:
Dante
2015-12-07 14:50:39 -04:00
parent 7ff7871903
commit e33f0223d7

View File

@@ -91,6 +91,7 @@ Ext.onReady(function(){
if (checked) { if (checked) {
Ext.getCmp('typeAuthentication').enable(); Ext.getCmp('typeAuthentication').enable();
Ext.getCmp('typeAuthentication').show(); Ext.getCmp('typeAuthentication').show();
Ext.getCmp('typeAuthentication').clearValue();
} else { } else {
Ext.MessageBox.confirm( Ext.MessageBox.confirm(
_('ID_CONFIRM'), _('ID_CONFIRM'),