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

Doesn't display all columns in model #27

Closed
Globegitter opened this issue Sep 18, 2014 · 4 comments · Fixed by #28
Closed

Doesn't display all columns in model #27

Globegitter opened this issue Sep 18, 2014 · 4 comments · Fixed by #28

Comments

@Globegitter
Copy link
Contributor

My model looks like following:

export default DS.Model.extend({
  firstName: DS.attr('string'),
  lastName: DS.attr('string'),
  phone: DS.attr('string'),
  company: DS.attr('string'),
  role: DS.attr('string'),
  email: DS.attr('string')
});

But all I see on http://localhost:4200/admin/user/new is the following:

screen shot 2014-09-18 at 13 38 20

If I remove for example the company column, it does display the (empty) role attribute. I have tried to debug myself, but wasn't able to find the reason just yet. Still looking into it, but maybe someone else has run into the same issue before.

@bcardarella
Copy link
Member

I actually have a fix for this pending on my laptop. I'll see about pushing it up today. Thanks for the reminder

@Globegitter
Copy link
Contributor Author

That is great to hear - thanks.

bcardarella added a commit that referenced this issue Sep 18, 2014
@bcardarella
Copy link
Member

@Globegitter give 0.0.6 a try

@Globegitter
Copy link
Contributor Author

@bcardarella That fixed it - thanks.

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

Successfully merging a pull request may close this issue.

2 participants