fix(pl24): read MAN category names from mainGroupDescription/groupDescription #35
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MAN truck (p5man) main-vin and sub-vin endpoints return human-readable
names in values.mainGroupDescription and values.groupDescription. Our
parsers only checked the standard caption/description fields used by
VW/Renault/etc., so MAN categories were stored with raw numeric codes
("0", "1", ..., layoutIds like "2884606") as names.
After this change, the user sees proper Turkish names like
"MOTOR, SOĞUTMA SİSTEMLERİ" and "ANTEN". Existing brands fall through
the same field chain as before — captionMatch[2] takes precedence,
keeping their behavior unchanged.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
MAN truck (p5man) main-vin and sub-vin endpoints return human-readable names in values.mainGroupDescription and values.groupDescription. Our parsers only checked the standard caption/description fields used by VW/Renault/etc., so MAN categories were stored with raw numeric codes ("0", "1", ..., layoutIds like "2884606") as names. After this change, the user sees proper Turkish names like "MOTOR, SOĞUTMA SİSTEMLERİ" and "ANTEN". Existing brands fall through the same field chain as before — captionMatch[2] takes precedence, keeping their behavior unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>