orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

When using orion from inside a package i can't create a collection #430

Open bogdanrn opened 8 years ago

bogdanrn commented 8 years ago

Hi, i'm developing a private package. I'm using api.use('orionjs:core@1.8.0'); and api.imply('orionjs:core@1.8.0'); i also api.export('orion');. I definde a new orion collection inside the package. The collection appears in /admin but when i click on it, i see an empty screen. The table didn't load, there is no error in console. If i do a MyCollection.find().fetch() inside the browser console, i can see all the records. What am i missing?