85d82a3e by 周伟奇

Merge branch 'feature/cms2' into feature/0918

2 parents 2134d7e0 487fedb7
......@@ -339,6 +339,7 @@ info_args = {
auto_approve_details = {
'aaType': fields.Str(required=True, validate=validate.Length(max=64)),
'policyComments': fields.Str(required=False),
}
financial_info = {
......@@ -427,8 +428,7 @@ se_cms_content = {
'financialInformation': fields.Nested(financial_info, required=True),
'paymentSchedule': fields.List(fields.Nested(payment_schedule), required=True,
validate=validate.Length(min=1)),
'associatedServices': fields.List(fields.Nested(associated_services), required=True,
validate=validate.Length(min=1)),
'associatedServices': fields.List(fields.Nested(associated_services), required=True),
'vehicleInformation': fields.Nested(vehicle_info, required=True),
'bankAccountDetails': fields.Nested(bank_details, required=True),
'insuranceDetails': fields.Nested(insurance_details, required=True),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!