Ghost/ghost/admin/app/components/gh-nav-menu
Kevin Ansfield 26d05aecd8
Fixed Theme.errors clash with Ember Data Model's errors property (#16106)
no issue

- the Ember Data `Model` class has an `errors` property by default that
is set to a `DS.Errors` instance but the Theme model was overriding that
with an `errors` attr
- it hasn't been an issue so far but causes problems in Ember/Ember Data
3.28.x because that tries to use the `DS.Errors` interface on the
overridden attr property which then throws errors because the `errors`
attr doesn't have the right methods
2023-02-28 13:28:32 +00:00
..
design.hbs Added theme docs link to the design settings (#16014) 2022-12-15 20:06:08 +08:00
design.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
footer.hbs Added referrals invite notification (#16187) 2023-01-26 14:42:11 +00:00
footer.js Fixed Theme.errors clash with Ember Data Model's errors property (#16106) 2023-02-28 13:28:32 +00:00
main.hbs Added Ghost Explore app 2022-10-26 10:05:50 +01:00
main.js 🐛 Fixed admin loading member counts for authors and editors 2023-01-05 16:37:01 +01:00