Ghost/core
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
..
client@42345a3c24
frontend 🐛 Fixed async helpers nested in template helpers 2019-06-25 16:19:33 +07:00
server Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
test 🐛 Fixed async helpers nested in template helpers 2019-06-25 16:19:33 +07:00
index.js