You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): append PortalJS to multi-select products field on signup (po-94q)
Twenty person now has a `products` MULTI_SELECT field, split from the
existing single-select `source` (first-touch, immutable) — source answers
how we acquired a person, products answers which products they use.
crm.ts appends 'PORTALJS' on every signup: seeded on create, appended to
the existing array (not replaced) on update, and skipped when already
present. source's first-touch behavior is untouched.
Twenty schema: products field created directly via the CRM API
(fieldMetadataId 0bafa9c6-9178-43ee-99c4-b42c7a4b1419), options
PORTALJS/DATAHUB. The two PORTALJS_BUILD e2e-evidence rows (bf3c07ec,
5f85a9c5) flipped to STAGING_TEST per po-drk's decision.
DataHub's own copied write module is out of scope here per mayor's
scope-change on po-94q — handed to a teammate separately.
0 commit comments