Roshdy Kamel
Roshdy Kamel
`meteor 2.15` now, is there any workaround for this? If the workarounds are what mentioned above, please provide step how to do it in `mup.js` or should i downgrade to...
i ended up downgrading to `2.12`
I've copied the contents of the image, and modified it to use other user than app. That use i know that it has all required permission. Also i tried to...
hmmm. I guess I'll have to go Vanilla on that one! Thanks for your reply.
The workaround for this is as follows. ``` // Schema Hook schema.before.remove(function(userId, doc){ let valid = false; // ...validation return valid; }) ``` If `valid === false` --> then the...