DockYard / ember-admin

Admin backend for ember-cli projects
MIT License
241 stars 37 forks source link

Set recordType deprecation #59

Closed clairton closed 8 years ago

clairton commented 8 years ago

In ember-admin#0.1.0 and ember#1.13.11 throws deprecation:

DEPRECATION: You attempted to access `recordType` from `(generated model-records controller)`, but object proxying is deprecated. Please use `model.recordType` instead.

Anybody have this to?

bcardarella commented 8 years ago

I think there were a few more deprecations added to the 1.13.x in patch releases after ember-data's last release. I can look into this.

clairton commented 8 years ago

Thanks!