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

No data displayed #373

Open
FrancoisDeBellescize opened this issue Oct 29, 2016 · 1 comment
Open

No data displayed #373

FrancoisDeBellescize opened this issue Oct 29, 2016 · 1 comment

Comments

@FrancoisDeBellescize
Copy link

FrancoisDeBellescize commented Oct 29, 2016

Hello !

Thanks for the package !

I have a problem after follow your instructions. Actually i can add data like "Post" or "User" but when i go on "View all" i have nothing. (The dashboard tell me there is 2 Posts).

My simple admin config :
AdminConfig = { name: 'My App', adminEmails: ['email'], collections: { Posts: {} } };

My simple Collection :

Games = new Mongo.Collection("games"); Games.attachSchema(new SimpleSchema({ title: { type: String, label: "Title", max: 200 } }));

I have the same problem with the users.

Do you know why i see nothing ?

Thanks !

@tsrandrei
Copy link

it depends on where did you put your collections... ( import directory or not ), and you will need also the packaged tabular ( not mentioned... ) This is my config, that is working pretty well :

iron:router
#aldeed:collection2
accounts-base
accounts-password
alanning:roles
twbs:bootstrap
fortawesome:fontawesome
yogiben:admin
[email protected]
aldeed:collection2-core
accounts-ui
aldeed:tabular
session
blaze-html-templates
aldeed:autoform
aldeed:simple-schema

aldeed:tabular is for the table on view all..depending o your meteor, maybe you will need to import them.

check and it should work.

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

No branches or pull requests

2 participants