0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test
Aileen Nowak 19167c1af2 🐛 Fixed author helper not returning the correct url (#9102)
closes #9101

With 506a0c3e9e we don't expose the `status` field for author context anymore, which is used to determine the correct URL for the `{{url}}` helper in https://github.com/TryGhost/Ghost/blob/master/core/server/data/schema/checks.js#L13

This fix uses the field `profile_image` instead and adds a missing test for author context to the `{{url}}` helper test.
2017-10-05 13:50:55 +02:00
..
functional 🔥 Removed certain fields from public user response (#9069) 2017-09-28 14:00:52 +01:00
integration 🐛 Fixed being able to store invalid date formats (#9090) 2017-10-04 09:56:09 +01:00
unit 🐛 Fixed author helper not returning the correct url (#9102) 2017-10-05 13:50:55 +02:00
utils 🔥 Removed certain fields from public user response (#9069) 2017-09-28 14:00:52 +01:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00