summaryrefslogtreecommitdiffstats
path: root/ipalib/crud.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/crud.py')
-rw-r--r--ipalib/crud.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/crud.py b/ipalib/crud.py
index b7a665361..97d6430d7 100644
--- a/ipalib/crud.py
+++ b/ipalib/crud.py
@@ -190,6 +190,10 @@ class Update(PKQuery):
attribute=True, query=True, required=False,
autofill=False, alwaysask=True
)
+ elif 'req_update' in option.flags:
+ yield option.clone(
+ attribute=True, required=True, alwaysask=False,
+ )
else:
yield option.clone(attribute=True, required=False, autofill=False)
if not self.extra_options_first: