Juan Camilo Ceron

Results 8 comments of Juan Camilo Ceron

I dont know if this helps but i did the following to search in two fields (frist name and last name) ``` return { position: "bottom", limit: 10, rules: [{...

@kahmali why not to use the default `alanning:roles` function to validate a rol and a group ``` if (Roles.userIsInRole(joesUserId, ['manage-team', 'super-admin'], 'real-madrid.com')) { // True! Even though Joe doesn't manage...

Same error here but i fixed it doing the following: - meteor remove yogiben:admin - meteor add less - meteor add yogiben:admin

have you tried a meteor reset after remove yogiben:admin?

@brascene use those commands in your meteor project (where you use "meteor" to run the project)