Ghost/ghost/core/test
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
..
e2e-api 🐛 Fixed commenting on tier-only posts (#15333) 2022-08-30 17:38:58 +02:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Added missing return in create-stripe-update-session 2022-08-29 14:02:58 +02:00
e2e-server Removed out of date history items from UrlHistory 2022-08-25 16:09:34 -04:00
e2e-webhooks Enabled member attribution flag in all tests (#15317) 2022-08-25 15:25:01 -04:00
integration Added members_subscription_created_events table & model 2022-08-18 10:45:53 -04:00
regression Enabled member attribution flag in all tests (#15317) 2022-08-25 15:25:01 -04:00
unit 🐛 Fixed newsletters not rendering with non-HTML safe chars (#15331) 2022-08-30 11:26:01 +01:00
utils Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00