1
0
Fork 0
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:
epriestley 2013-11-22 16:55:57 -08:00
parent c978fe5240
commit a7d39f092b

View file

@ -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);