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

Cant delete items (objects) from collections #346

Closed dvzrd closed 9 years ago

dvzrd commented 9 years ago

So I recently started running into this issue.

For example, I have a Posts collection and I create a post under an admin account. However, whenever I try to delete this post, nothing happens. I click on the delete button, it takes me to the confirmation but clicking confirm delete does nothing. There is no error in the console, no redirect, the post remains in the collection.

Any ideas what could be causing this or if anyone encountered this problem? Thanks!

nicolaslopezj commented 9 years ago

which version are you using?

dvzrd commented 9 years ago

This was a version issue, you're right. Sorry, got it working. Thanks!

nicolaslopezj commented 9 years ago

Great