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.
Differential D11780
Fix bad Phortune Subscriptions query epriestley on Feb 16 2015, 7:14 PM. Authored by Tags None Referenced Files
Subscribers
Details
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. Subscritption detail page of another user's subscription is now 404 instead of fatal.
Diff Detail
|