summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-09-22 13:49:15 +0200
committerTomas Babej <tbabej@redhat.com>2014-09-22 13:49:32 +0200
commitd4a1f2139f341b4b0017f5d210c230a059b3c1a6 (patch)
treed8bb10c15c7a89a3f914427c379a051802944015 /ipalib
parented7b9bc96323d09c75ac2e8e11986df444b0c369 (diff)
downloadfreeipa-d4a1f2139f341b4b0017f5d210c230a059b3c1a6.tar.gz
freeipa-d4a1f2139f341b4b0017f5d210c230a059b3c1a6.tar.xz
freeipa-d4a1f2139f341b4b0017f5d210c230a059b3c1a6.zip
idviews: Make description optional for the ID View object
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/idviews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/idviews.py b/ipalib/plugins/idviews.py
index 6cf41d392..d28272cb0 100644
--- a/ipalib/plugins/idviews.py
+++ b/ipalib/plugins/idviews.py
@@ -488,7 +488,7 @@ class baseidoverride(LDAPObject):
primary_key=True,
label=_('Anchor to override'),
),
- Str('description',
+ Str('description?',
cli_name='desc',
label=_('Description'),
),