From d2d5278c52650cb90f1d77ac748f0a73f401bf5a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Jun 2011 21:20:13 -0400 Subject: optional uid Make the uid field optional --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 06f07dbd8..5dde0732e 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -365,6 +365,7 @@ class i18n_messages(Command): "remove":_("Remove ${other_entity} from ${entity} ${primary_key}"), }, "widget":{ + "optional":_("Optional field: click to show"), "validation_error":_("Text does not match field pattern"), }, "ajax":{ -- cgit