Fix symbol search in typeahead
Test Plan: Inputted 'Mac' to search field. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3754
This commit is contained in:
@@ -295,7 +295,7 @@ final class PhabricatorTypeaheadCommonDatasourceController
|
|||||||
->setName($name)
|
->setName($name)
|
||||||
->setURI($symbol->getURI())
|
->setURI($symbol->getURI())
|
||||||
->setPHID(md5($symbol->getURI())) // Just needs to be unique.
|
->setPHID(md5($symbol->getURI())) // Just needs to be unique.
|
||||||
->setDisplayName($symbol->getName())
|
->setDisplayName($name)
|
||||||
->setDisplayType(strtoupper($lang).' '.ucwords($type).' ('.$proj.')')
|
->setDisplayType(strtoupper($lang).' '.ucwords($type).' ('.$proj.')')
|
||||||
->setPriorityType('symb');
|
->setPriorityType('symb');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user