From 6e967d8fe709150d44b9af8df7312641a8747acf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 27 Jun 2011 15:57:40 -0400 Subject: validate required fields https://fedorahosted.org/freeipa/ticket/1329 overides required with optional. --- install/ui/dialog.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index f4aa7182..4ca38a91 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -344,8 +344,6 @@ IPA.dialog = function(spec) { var factory = field_spec.factory || IPA.text_widget; field = factory(field_spec); - field.optional = field_spec.optional || false; - /* This is a bit of a hack, and is here to support ACI permissions. The target section is a group of several widgets together. It makes more sense to do them as a -- cgit