Page MenuHomePhabricator

Correct file PHID extraction on image update in Pholio
ClosedPublic

Authored by epriestley on May 30 2017, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 5:50 AM
Unknown Object (File)
Sun, Apr 7, 5:18 AM
Unknown Object (File)
Sun, Apr 7, 4:53 AM
Unknown Object (File)
Sun, Apr 7, 4:46 AM
Unknown Object (File)
Sun, Apr 7, 4:46 AM
Unknown Object (File)
Sat, Apr 6, 11:49 PM
Unknown Object (File)
Sat, Apr 6, 10:56 PM
Unknown Object (File)
Sat, Apr 6, 12:25 PM
Subscribers
None

Details

Summary

Ref T12776. This extraction of file PHIDs extracted "PholioImage" object PHIDs (PHID-PIMG-...), not "File" PHIDs (PHID-FILE-...). Instead, dig into the Pholio images and actually extract the file PHIDs. This method is now similar to the PholioImageFileTransaction method, which works already.

Test Plan
  • Create a mock.
  • Update one of the images.
  • In Files, view the "Attached" tab of the updated image.
  • Before patch: not attached to mock.
  • After patch: properly attached to mock.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable