mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
26d05aecd8
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 |
||
---|---|---|
.. | ||
confirm-delete-theme.hbs | ||
confirm-delete-theme.js | ||
install-theme.hbs | ||
install-theme.js | ||
theme-errors.hbs | ||
upload-theme.hbs | ||
upload-theme.js | ||
view-theme.hbs | ||
view-theme.js |