@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 an issue with AlamancDeviceEditor

Summary: This got removed by accident in D12933.

Test Plan: Editing names works now.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

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

+1
+1
src/applications/almanac/editor/AlmanacDeviceEditor.php
··· 67 67 68 68 switch ($xaction->getTransactionType()) { 69 69 case AlmanacDeviceTransaction::TYPE_NAME: 70 + return; 70 71 case AlmanacDeviceTransaction::TYPE_INTERFACE: 71 72 $old = $xaction->getOldValue(); 72 73 if ($old) {