- Change Summary:
-
rebased
- Commits:
-
Summary ID fb5cd2edb6db7138b088c25a21881dc6a823090b 58f59a75b0c787dc63684792dd4186f4872d91a9
Add a name-for-display property to PurpleContactInfo
Review Request #2151 — Created Dec. 23, 2022 and submitted
This is a readonly property that is updated when the other properties change.
I also tweaked priorities a bit, a contact info's alias is now the highest
priority to allow users to set an alias on a person, but then also override it
at the contact info level. The use case here is person has an alias of "Pidgy",
but Pidgy's slack account is aliased to "Pidgy (work)".
Ran the unit tests.
- Change Summary:
-
Fix typo
- Description:
-
This is a readonly property that is updated when the other properties change.
~ I also tweaked priorties a bit, a contact info's alias is now the highest ~ I also tweaked priorities a bit, a contact info's alias is now the highest priority to allow users to set an alias on a person, but then also override it at the contact info level. The use case here is person has an alias of "Pidgy", but Pidgy's slack account is aliased to "Pidgy (work)".