- handle contact PATCH failures by checking model save result and returning HTTP 400 with the model error message - update ContactDetailModel nested updates to enforce active-detail checks and use model update() with explicit failure propagation - extend contact patch assertions and align test-create variants expectations to status=success for POST responses - refresh composer lock metadata/dependency constraints and include generated docs/data/test files updated during normalization - impact: API contract unchanged except clearer 400 error responses on invalid contact detail updates
15 lines
482 B
JSON
Executable File
15 lines
482 B
JSON
Executable File
{"name": "ethnic",
|
|
"VSName": "Ethnic",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "PPMLN", "value": "Papua Melanezoid"},
|
|
{"key": "NGRID", "value": "Negroid"},
|
|
{"key": "WDOID", "value": "Weddoid"},
|
|
{"key": "MMPM", "value": "Melayu Mongoloid_Proto Melayu"},
|
|
{"key": "MMDM", "value": "Melayu Mongoloid_Deutro Melayu"},
|
|
{"key": "TNGHA", "value": "Tionghoa"},
|
|
{"key": "INDIA", "value": "India"},
|
|
{"key": "ARAB", "value": "Arab"}
|
|
]
|
|
}
|