fix(pickers): stop rendering raw UUIDs in selected-chip state (MAPPS-273) #287
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!287
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-273-contact-company-uuid-leak"
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?
CompanyPicker, ContactPicker, and AssetPicker each rendered their selected entity's UUID as a small "secondary line" beneath the human name. Surfaces the raw hex on the Contact form ("Acme Corp / 1f8a..."), the Asset detail inline editor, and any other parent that uses these pickers. No raw UUIDs in user-facing UI: drop the secondary line in all three; the human name + Change button remain. Audited the rest of the pickers (theme picker stores UUIDs internally but never paints them; no other picker renders an id).
#MAPPS-273
CompanyPicker, ContactPicker, and AssetPicker each rendered their selected entity's UUID as a small "secondary line" beneath the human name. Surfaces the raw hex on the Contact form ("Acme Corp / 1f8a..."), the Asset detail inline editor, and any other parent that uses these pickers. No raw UUIDs in user-facing UI: drop the secondary line in all three; the human name + Change button remain. Audited the rest of the pickers (theme picker stores UUIDs internally but never paints them; no other picker renders an id). #MAPPS-273