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

Support for Mongo ObjectIDs #425

Open krishaamer opened 8 years ago

krishaamer commented 8 years ago

Orion currently only supports mongodb "_id" as strings, however by default MongoDB generates ObjectIDs (for example when using mongoimport). As Orion uses the _id as a slug to access single documents, this breaks the admin navigation.

https://devillex.com/using-mongoimport-with-meteor-and-orion-cms/ https://groups.google.com/forum/#!msg/meteor-talk/f-ljBdZOwPk/oQYZQxCAKN8J

krishaamer commented 8 years ago

@rwatts3 @nicolaslopezj Do you plan a doing fix or should I make a fork?