Ghost/core/frontend
Fabien 'egg' O'Carroll 9ff8d7f910
🐛 Fixed post access in the get helper (#14282)
refs https://github.com/TryGhost/Team/issues/1367

Because we are passing through a different member object as the context
in the get helper, the content gating was not working correctly, as the
member was missing a status property, this adds the property which fixes
content gating.

- Added extra tests for get helper {{access}} property
- Added extra test for {{access}} property in next_post helper
- In the future we might want to update the tests so they test the whole request -> HBS context flow. Currently the has context is still stubbed manually.
2022-03-17 11:14:29 +01:00
..
apps Updated password protection page layout 2022-03-09 14:34:47 +00:00
helpers Updated content cta helper to use new tiers helper 2022-03-04 18:22:59 +05:30
meta 🐛 Fixed AssetHelper not working with svg (#13978) 2022-02-07 15:07:18 +00:00
public Fixed typo 2022-03-10 10:43:14 +00:00
services 🐛 Fixed post access in the get helper (#14282) 2022-03-17 11:14:29 +01:00
src/cards Applied default box sizing to all cards 2021-12-17 15:28:35 +01:00
views Updated unsubscribe page 2022-03-10 10:39:20 +00:00
web Improved error display in Sentry for theme responses 2022-03-11 10:59:03 +00:00