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

Summary: Use proper method Fixes T4118

Test Plan: Test a lint page in Diffusion

Reviewers: epriestley, btrahan, vrana

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T4118

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

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionLintController.php
··· 318 318 319 319 $view = id(new PHUIPropertyListView()) 320 320 ->setUser($viewer) 321 - ->setActions($actions); 321 + ->setActionList($actions); 322 322 323 323 $callsign = $drequest->getRepository()->getCallsign(); 324 324 $lint_commit = $branch->getLintCommit();