mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
validate required fields https://fedorahosted.org/freeipa/ticket/1329
overides required with optional.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user