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?
Hi, i'm developing a private package. I'm using
api.use('orionjs:core@1.8.0');
andapi.imply('orionjs:core@1.8.0');
i alsoapi.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 aMyCollection.find().fetch()
inside the browser console, i can see all the records. What am i missing?