Page MenuHomePhabricator

Fix bad Phortune Subscriptions query
ClosedPublic

Authored by epriestley on Feb 16 2015, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 28 2025, 7:32 AM
Unknown Object (File)
Apr 25 2025, 2:50 AM
Unknown Object (File)
Apr 24 2025, 6:37 PM
Unknown Object (File)
Apr 24 2025, 4:56 PM
Unknown Object (File)
Apr 23 2025, 11:32 AM
Unknown Object (File)
Apr 18 2025, 12:57 AM
Unknown Object (File)
Apr 10 2025, 9:57 AM
Unknown Object (File)
Mar 20 2025, 10:30 AM
Subscribers

Details

Summary

Fixes T7285. If the user tries to view a subscription they don't have permission to view, we may filter all the subscriptions out, then still try to load related data. This can fatal because it's invalid.

Instead, bail if we filtered everything.

Test Plan

Subscritption detail page of another user's subscription is now 404 instead of fatal.

Diff Detail

Repository
rP Phabricator
Branch
subquery
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4510
Build 4524: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix bad Phortune Subscriptions query.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 16 2015, 7:17 PM
This revision was automatically updated to reflect the committed changes.