Merge branch 'feature/cms2' into feature/0918
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -338,7 +338,7 @@ info_args = { | ... | @@ -338,7 +338,7 @@ info_args = { |
338 | } | 338 | } |
339 | 339 | ||
340 | auto_approve_details = { | 340 | auto_approve_details = { |
341 | 'aaType': fields.Str(required=True, validate=validate.Length(max=64)), | 341 | 'aaType': fields.Str(required=False, validate=validate.Length(max=64)), |
342 | 'policyComments': fields.Str(required=False), | 342 | 'policyComments': fields.Str(required=False), |
343 | } | 343 | } |
344 | 344 | ... | ... |
-
Please register or sign in to post a comment