Merge pull request #33 from brayanpereyra/BUG-9161
BUG 9161 'Next' button is deactivated in wizard SOLVED
This commit is contained in:
@@ -511,7 +511,9 @@ Ext.onReady(function(){
|
||||
listeners: {
|
||||
show: function() {
|
||||
setTimeout(function(){
|
||||
wizard.onClientValidation(2, false);
|
||||
var iAgree = Ext.getCmp('agreeCheckbox').getValue();
|
||||
|
||||
wizard.onClientValidation(2, iAgree);
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user