Page MenuHomePhabricator

Don't fatal when viewing a moved document if the target does not exist or isn't visible
ClosedPublic

Authored by epriestley on May 22 2014, 3:10 PM.
Tags
None
Referenced Files
F18842612: D9254.id.diff
Tue, Oct 28, 4:56 PM
F18822485: D9254.id.diff
Thu, Oct 23, 7:03 AM
F18821048: D9254.diff
Wed, Oct 22, 6:43 PM
F18754711: D9254.diff
Oct 5 2025, 12:44 AM
F18734901: D9254.id.diff
Sep 30 2025, 11:05 PM
F18654522: D9254.id21971.diff
Sep 22 2025, 12:44 PM
F18244411: D9254.id.diff
Aug 21 2025, 7:03 AM
F18234673: D9254.diff
Aug 20 2025, 6:25 PM
Subscribers

Details

Summary

Fixes T5156. If a document has been moved but the new one does not exist or can't be seen by the viewer, render a generic message.

Test Plan

Viewed moved-plus-visible and moved-plus-nonvisible documents.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Don't fatal when viewing a moved document if the target does not exist or isn't visible.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/phriction/controller/PhrictionDocumentController.php
150

s/contne/content/

This revision is now accepted and ready to land.May 22 2014, 4:42 PM
epriestley updated this revision to Diff 21980.

Closed by commit rP890ae77a9a47 (authored by @epriestley).