Joonas Rajamaki
Results
2
issues of
Joonas Rajamaki
Calling, say, `Roles.addUsersToRoles` on client-side in a Meteor method doesn't work due to roles not being published. Causing this kind of error (trying to add user to a role called...
bug
v3
**Describe the bug** The [Meteor docs](https://docs.meteor.com/api/collections.html#Mongo-Collection) say that `transform` is not applied to Cursors returned from publications. So, if one wanted to not publish individual elements in an array field,...