Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decorated model properties don't show in object-inspector column #903

Closed
AvremelM opened this issue Dec 27, 2018 · 4 comments
Closed

Decorated model properties don't show in object-inspector column #903

AvremelM opened this issue Dec 27, 2018 · 4 comments

Comments

@AvremelM
Copy link

AvremelM commented Dec 27, 2018

Model properties that are defined using ES6 classes and ember-decorators don't show in the detailed object-inspector sidebar, but they do show in the table view.

Codesandbox Repro

import DS from "ember-data";
import { attr } from "@ember-decorators/data";

export default class User extends DS.Model.extend({
  bar: DS.attr("string")
}) {
  @attr("string") foo;
  baz = DS.attr("string");
}

image

@pbishop16 pbishop16 self-assigned this Jan 29, 2019
@lifeart
Copy link
Contributor

lifeart commented Mar 20, 2019

May be related to #943

@RobbieTheWagner
Copy link
Member

I believe this may have been fixed by #1006 would you guys mind trying it out please? 😃

@lifeart
Copy link
Contributor

lifeart commented Aug 20, 2019

#943 (comment)

@RobbieTheWagner
Copy link
Member

Considering this fixed, since the other issue was fixed. If it is not fixed after the release, please let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants