mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix an issue with editing policies in Phlux.
Mostly, this is testing the auto-mirroring stuff. Auditors: btrahan
This commit is contained in:
parent
c978fe5240
commit
a7d39f092b
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ final class PhluxVariableEditor
|
|||
switch ($xaction->getTransactionType()) {
|
||||
case PhluxTransaction::TYPE_EDIT_KEY:
|
||||
case PhluxTransaction::TYPE_EDIT_VALUE:
|
||||
case PhabricatorTransactions::TYPE_VIEW_POLICY:
|
||||
case PhabricatorTransactions::TYPE_EDIT_POLICY:
|
||||
return;
|
||||
}
|
||||
return parent::applyCustomExternalTransaction($object, $xaction);
|
||||
|
|
Loading…
Reference in a new issue