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

Use a more conventional placement of parentheses

Auditors: avivey

+2 -2
+2 -2
src/applications/transactions/editengine/PhabricatorEditEngine.php
··· 1391 1391 id(new PhabricatorActionView()) 1392 1392 ->setName($spec['name']) 1393 1393 ->setIcon($spec['icon']) 1394 - ->setHref($spec['uri'])) 1394 + ->setHref($spec['uri']) 1395 1395 ->setDisabled($head['disabled']) 1396 - ->setWorkflow($head['workflow']); 1396 + ->setWorkflow($head['workflow'])); 1397 1397 } 1398 1398 1399 1399 } else {