@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
src/applications/almanac/servicetype/AlmanacServiceType.php
··· 67 67 public static function getAllServiceTypes() { 68 68 return id(new PhutilClassMapQuery()) 69 69 ->setAncestorClass(__CLASS__) 70 - ->setUniqueMethod('getServiceTypeShortName') 71 70 ->setSortMethod('getServiceTypeName') 72 71 ->execute(); 73 72 }