From 7142cee430a194cca1208ce4ebcd70ee892af1b9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 25 Oct 2011 18:41:45 -0500 Subject: Refactored validation code. The validation code in details facet, dialog, and sections have been modified to work more consistently. --- install/ui/entitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/entitle.js') diff --git a/install/ui/entitle.js b/install/ui/entitle.js index a44318d0..dcaf5638 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -642,7 +642,7 @@ IPA.entitle.consume_dialog = function(spec) { label: IPA.messages.objects.entitle.consume, click: function() { - if (!that.is_valid()) { + if (!that.validate()) { return; } -- cgit