@@ -836,7 +836,10 @@ Ext.onReady(function(){
|
|||||||
],
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
show: function () {
|
show: function () {
|
||||||
|
setTimeout(function () {
|
||||||
|
wizard.onClientValidation(4, false);
|
||||||
checkWorkspaceConfiguration();
|
checkWorkspaceConfiguration();
|
||||||
|
}, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user