[Freeipa-devel] [PATCH] 0253-validate-required-fields

2011-06-27 Thread Adam Young
From e4d2a842be230516aaebff0ec34ee1707b3fcd03 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 27 Jun 2011 15:57:40 -0400 Subject: [PATCH] validate required fields https://fedorahosted.org/freeipa/ticket/1329 overides required with optional. --- install/ui/add.js|

Re: [Freeipa-devel] [PATCH] 0253-validate-required-fields

2011-06-27 Thread Endi Sukma Dewata
On 6/27/2011 3:58 PM, Adam Young wrote: Since the optional attribute is now added into IPA.widget, the following line on dialog.js:347 is no longer needed: field.optional = field_spec.optional || false; Other than that it's ACKed. -- Endi S. Dewata

Re: [Freeipa-devel] [PATCH] 0253-validate-required-fields

2011-06-27 Thread Adam Young
On 06/27/2011 07:40 PM, Endi Sukma Dewata wrote: On 6/27/2011 3:58 PM, Adam Young wrote: Since the optional attribute is now added into IPA.widget, the following line on dialog.js:347 is no longer needed: field.optional = field_spec.optional || false; Other than that it's ACKed.