@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.

Conpherence - fix see more link

Summary: Fixes T7705.

Test Plan: link works

Reviewers: chad, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7705

Differential Revision: https://secure.phabricator.com/D12217

+1 -1
+1 -1
src/applications/conpherence/view/ConpherenceThreadListView.php
··· 178 178 179 179 $more_item = id(new PHUIListItemView()) 180 180 ->setType(PHUIListItemView::TYPE_LINK) 181 - ->setHref('/conpherence/room/query/participant/') 181 + ->setHref('/conpherence/search/query/participant/') 182 182 ->setName(pht('See More')); 183 183 $menu->addMenuItem($more_item); 184 184