Ghost/ghost/core/test/e2e-api
Simon Backx 4282ead3a7
🐛 Fixed commenting on tier-only posts (#15333)
fixes https://github.com/TryGhost/Team/issues/1860

**Problem:**
Members were not able to comment on a post that was only visible for members with a specific tier.

**Causes:**
Content gating was done on models with missing relations.
- The products relation was not loaded on the member when doing content gating
- The tiers relation was not loaded on the post when doing content gating

**Tests:**
- Added for tier-only posts
- Added for paid-only commenting
2022-08-30 17:38:58 +02:00
..
admin 🐛 Fixed removing comped subscriptions for members with active subs (#15332) 2022-08-30 17:36:52 +02:00
content Updated tests to incl. host limit cases for core integrations 2022-08-12 14:18:44 +01:00
members Removed out of date history items from UrlHistory 2022-08-25 16:09:34 -04:00
members-comments 🐛 Fixed commenting on tier-only posts (#15333) 2022-08-30 17:38:58 +02:00
shared Added publication language to admin site endpoint 2022-08-23 12:04:07 +01:00