diff --git a/workflow/engine/templates/installer/installer_cards.js b/workflow/engine/templates/installer/installer_cards.js index 03a994286..e9a8fb511 100644 --- a/workflow/engine/templates/installer/installer_cards.js +++ b/workflow/engine/templates/installer/installer_cards.js @@ -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); } }