1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/differential/storage
Bob Trahan 284bf71a8d Fix error when deleting revision
Summary: DifferentialAffectedPath has no id or phid key so delete() won't work and we have to do things this other way.

Test Plan: deleted a few diffs on my test reproduction. aside from warnings about missing keys (epriestley is on it as I write this) no errors found and diff observed as deleted

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1846

Differential Revision: https://secure.phabricator.com/D3610
2012-10-03 15:50:42 -07:00
..
__tests__ Adds an option to allow sending unified diff contexts in differential mails. 2012-08-12 19:49:04 +02:00
DifferentialAffectedPath.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialAuxiliaryField.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialChangeset.php Adapt to style changes; fix performance bug when loading hunks for changesets. 2012-08-13 21:36:41 +02:00
DifferentialComment.php Remove the actor itself from reviewer list in commandeering 2012-06-27 09:55:31 -07:00
DifferentialDAO.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialDiff.php Open editor on first modified line 2012-09-24 11:07:59 -07:00
DifferentialDiffProperty.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialHunk.php Simplify DifferentialHunk::getAddedLines() 2012-06-27 13:54:02 -07:00
DifferentialInlineComment.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
DifferentialRevision.php Fix error when deleting revision 2012-10-03 15:50:42 -07:00