Page MenuHomePhabricator

Fix an issue in Phriction where moving a document just copied it instead
ClosedPublic

Authored by epriestley on May 19 2017, 7:44 PM.
Tags
None
Referenced Files
F14756786: D17963.id43204.diff
Tue, Jan 21, 8:33 PM
F14753522: D17963.id43203.diff
Tue, Jan 21, 3:13 PM
Unknown Object (File)
Tue, Jan 21, 10:26 AM
Unknown Object (File)
Sun, Jan 19, 4:18 AM
Unknown Object (File)
Sun, Jan 12, 12:52 PM
Unknown Object (File)
Sat, Jan 11, 1:41 AM
Unknown Object (File)
Fri, Jan 3, 6:37 PM
Unknown Object (File)
Dec 21 2024, 4:02 PM
Subscribers
None

Details

Summary

Ref T12732. See D17918. With modular transactions, getCustomTransactionNewValue() isn't actually called.

Test Plan

Moved document /x/ to /y/, saw document gone at /x/ instead of copied.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/phriction/xaction/PhrictionDocumentMoveToTransaction.php
25

$value is an array, and this got overwritten below anyway...

31

...it got overwritten here.

This revision is now accepted and ready to land.May 19 2017, 7:56 PM
This revision was automatically updated to reflect the committed changes.