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
F13039079: D9996.diff
Tue, Apr 16, 4:23 AM
Unknown Object (File)
Thu, Apr 11, 8:54 AM
Unknown Object (File)
Fri, Apr 5, 11:37 AM
Unknown Object (File)
Feb 26 2024, 9:43 PM
Unknown Object (File)
Feb 8 2024, 3:47 PM
Unknown Object (File)
Feb 8 2024, 3:47 PM
Unknown Object (File)
Dec 24 2023, 5:27 PM
Unknown Object (File)
Nov 23 2023, 1: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).