Merge "mark worklist filter_criteria as a required field"
This commit is contained in:
commit
a00dcd484e
@ -558,7 +558,8 @@ class WorklistFilter(base.APIBase):
|
||||
list_id = int
|
||||
"""The ID of the Worklist this filter is for."""
|
||||
|
||||
filter_criteria = wtypes.ArrayType(FilterCriterion)
|
||||
filter_criteria = wtypes.wsattr(wtypes.ArrayType(FilterCriterion),
|
||||
mandatory=True)
|
||||
"""The list of criteria to apply."""
|
||||
|
||||
@nodoc
|
||||
|
Loading…
x
Reference in New Issue
Block a user