0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Kevin Ansfield 6892df8a7b Don't swallow error details in ajax service
no issue
- keep the original `ember-ajax` behaviour rather than returning `false` when we hit an ajax error - we should only be using `normalizeErrorResponse` to normalize our error responses 😉
- ensures our application code has access to the returned status code for ajax errors
2016-04-04 14:19:05 +01:00
..
client Don't swallow error details in ajax service 2016-04-04 14:19:05 +01:00
server Remove sanitize() from model/base because clean code 2016-04-03 08:17:17 +08:00
shared ensure null query options don't break ghost-url 2016-02-29 00:25:38 -06:00
test Fix unit test bugs 2016-04-02 21:38:17 -05:00
index.js