mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
0b87e462cd
commit
8928aa2b67
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ final class AlmanacDeviceEditor
|
||||||
|
|
||||||
switch ($xaction->getTransactionType()) {
|
switch ($xaction->getTransactionType()) {
|
||||||
case AlmanacDeviceTransaction::TYPE_NAME:
|
case AlmanacDeviceTransaction::TYPE_NAME:
|
||||||
|
return;
|
||||||
case AlmanacDeviceTransaction::TYPE_INTERFACE:
|
case AlmanacDeviceTransaction::TYPE_INTERFACE:
|
||||||
$old = $xaction->getOldValue();
|
$old = $xaction->getOldValue();
|
||||||
if ($old) {
|
if ($old) {
|
||||||
|
|
Loading…
Reference in a new issue