@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 audit display on the homedashpageboxlist

Summary: we need set flush on the home display

Test Plan: checked home and audit home, both cards, proper spacing

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley

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

+1
+1
src/applications/audit/view/PhabricatorAuditListView.php
··· 79 79 80 80 public function render() { 81 81 $list = $this->buildList(); 82 + $list->setFlush(true); 82 83 return $list->render(); 83 84 } 84 85