[Instalando PM]

HOR-861
fix error in metod SHOW
This commit is contained in:
dheeyi
2016-04-26 09:43:57 -04:00
parent 403a3a873b
commit 5ec400ed42

View File

@@ -835,8 +835,11 @@ Ext.onReady(function(){
}
],
listeners: {
show: function() {
checkWorkspaceConfiguration();
show: function () {
setTimeout(function () {
wizard.onClientValidation(4, false);
checkWorkspaceConfiguration();
}, 100);
}
}
});