supdegrave / meteor-evm

Event Volunteer Management system, built using meteor.js
2 stars 1 forks source link

Fix deprecated code #28

Closed supdegrave closed 9 years ago

supdegrave commented 9 years ago

Warning: Assigning helper with Template.userRole.dropdownCaller = ... is deprecated. Use Template.userRole.helpers(...) instead.

supdegrave commented 9 years ago

client/views/teams/userRole.js:38

I quickly tried moving this to the helpers function map, but that broke the userRole dropdowns. Best if you have a look.