@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 typeahead browse dialog paging

Summary: This accidentally got disabled; we need to pull one more result that we'll use to tell if there's a next page.

Test Plan: Saw "more results" again.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

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

+1 -2
+1 -2
src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php
··· 50 50 ->setViewer($viewer) 51 51 ->setQuery($query) 52 52 ->setRawQuery($raw_query) 53 - ->setLimit($limit); 54 - 53 + ->setLimit($limit + 1); 55 54 56 55 if ($is_browse) { 57 56 if (!$composite->isBrowsable()) {