From 64611e9dc6ef6840fcdfc9419250677d41dfbbeb Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 7 Jul 2015 13:21:04 -0700 Subject: [PATCH] Fix issue with almanac service type map keying Summary: Ref T8780. I think this fixes the issue. Test Plan: @chad Reviewers: chad Reviewed By: chad Subscribers: chad, epriestley Maniphest Tasks: T8780 Differential Revision: https://secure.phabricator.com/D13584 --- src/applications/almanac/servicetype/AlmanacServiceType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/almanac/servicetype/AlmanacServiceType.php b/src/applications/almanac/servicetype/AlmanacServiceType.php index a423569421..408224f1a9 100644 --- a/src/applications/almanac/servicetype/AlmanacServiceType.php +++ b/src/applications/almanac/servicetype/AlmanacServiceType.php @@ -67,7 +67,6 @@ abstract class AlmanacServiceType extends Phobject { public static function getAllServiceTypes() { return id(new PhutilClassMapQuery()) ->setAncestorClass(__CLASS__) - ->setUniqueMethod('getServiceTypeShortName') ->setSortMethod('getServiceTypeName') ->execute(); }