0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/frontend
Fabien O'Carroll 15585971e2 🐛 Fixed async helpers nested in template helpers
closes #10643

The async resolver in express-hbs relies on storing the state of the
promises on the `this` value inside of a helper, which is always set to
the `context`. This patch updates our helpers which render templates, to
use `this` as the context when rendering their templates.
2019-06-25 16:19:33 +07:00
..
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
helpers 🐛 Fixed async helpers nested in template helpers 2019-06-25 16:19:33 +07:00
meta Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
services Fixed a crash when theme is changed 2019-06-24 13:59:41 +02:00