- Shipped
- 26 Aprili 2026, 17:42 UTC
- Author
- kamo
- Commit
- a94cf88
Market add/edit popup (LeadMarketManager): - Radio control "Track Company Name" / "Individual Only" (required) - Defaults to unset on new market; pre-fills on edit - Validated and sent as includeCompany in create/update request Leads datagrid (LeadManager): - Company column shows companyName for leads from includeCompany markets - Shows "No Specified" when includeCompany=true but name is blank - Shows "—" for markets where includeCompany=false/null - Quick search (AG Grid quickFilter) automatically includes company values Create lead form (CreateLeadClient): - Conditionally renders Company Name text field when market includeCompany=true - Field is optional (max 50 chars), wired into submit payload via leadsApi leadsApi: companyName mapped through createLead and updateLead requests