yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 261 forks source link

No users when meteor-admin in packages folder #334

Open perusopersonale opened 8 years ago

perusopersonale commented 8 years ago

I want to modify this package (translate it), so I've cloned this rep into packages folder. If I use packages loaded from meteor everything is working as expected when I use local version Users are not displayed... Any idea how can solve this?

perusopersonale commented 8 years ago

Ok I need to investigate further, but comparing code I see that count publications now use AdminConfig.collections, that doesn't contain Users. In the previous commit it was using AdminTables.

olumytee commented 8 years ago

Hello @perusopersonale, did you manage to fix this ?

perusopersonale commented 8 years ago

yes, but I made a lot of changes.

olumytee commented 8 years ago

Thanks, I figured it out.