Page MenuHomePhabricator

Fix rendering of project slugs in tokenizer UI
ClosedPublic

Authored by epriestley on Jul 21 2014, 1:09 PM.
Tags
None
Referenced Files
F14344483: D9996.diff
Thu, Dec 19, 12:44 AM
Unknown Object (File)
Sun, Dec 8, 6:35 PM
Unknown Object (File)
Thu, Dec 5, 2:35 PM
Unknown Object (File)
Sun, Dec 1, 6:31 AM
Unknown Object (File)
Wed, Nov 27, 1:38 AM
Unknown Object (File)
Fri, Nov 22, 9:02 PM
Unknown Object (File)
Nov 18 2024, 8:13 PM
Unknown Object (File)
Nov 15 2024, 3:31 PM
Subscribers

Details

Summary

Fixes T5659. When building a token after a user selection, we currently use the value as the token text, but sometimes that's an internal name which doesn't make much sense to users. For projects, it is now "sluga slugb Proper Display Name". If available, use displayName instead.

Test Plan

Typed some projects into a tokenizer, got display names only.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix rendering of project slugs in tokenizer UI.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad.
This revision is now accepted and ready to land.Jul 21 2014, 1:26 PM
epriestley updated this revision to Diff 24024.

Closed by commit rPaf214ecb6579 (authored by @epriestley).