- Ya
- 8 Agosti 2026, 18:21 UTC
- Mwandishi
- Kamo
- Ahadi ya
- e712f6d
Same Lombok/Jackson hazard as PlatformOrgRow: isTopLevel() loses its `is` on serialization, so the DTO put `topLevel`/`platformProduct` on the wire while the frontend's declared PlatformAccountSummary type reads isTopLevel/isPlatformProduct. This dates from when the DTO was written, which means the platform-admin UI's "Top-level" and "Platform product" chips were reading undefined and never rendered -- silently, since a missing field is falsy rather than an error. Pinned by extending the serialization test to cover this DTO as well.