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

Put spaces back in condition rendering

Summary: Fixes T9055. I mostly tested with "Always" rules so I missed this.

Test Plan: {F687280}

Reviewers: chad, joshuaspence

Reviewed By: joshuaspence

Maniphest Tasks: T9055

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

+2
+2
src/applications/herald/adapter/HeraldAdapter.php
··· 878 878 879 879 return array( 880 880 $field_name, 881 + ' ', 881 882 $condition_name, 883 + ' ', 882 884 $value, 883 885 ); 884 886 }