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
Unknown Object (File)
Sat, Dec 21, 4:02 PM
Unknown Object (File)
Wed, Dec 18, 3:23 AM
Unknown Object (File)
Fri, Dec 13, 7:24 PM
Unknown Object (File)
Thu, Dec 12, 1:42 AM
Unknown Object (File)
Wed, Dec 4, 9:20 PM
Unknown Object (File)
Wed, Nov 27, 2:18 PM
Unknown Object (File)
Sun, Nov 24, 7:54 PM
Unknown Object (File)
Nov 23 2024, 7:44 AM
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.