-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
popup not refreshed when click on users in meteor 0.8.2 #2
Comments
Right, the example is only valid for pre-blaze meteor (due to how template rendering has changed). If you'd like to submit a PR with blaze compatibility that would be a big help!
|
i fixed the problem in our app for now by brute force...i do a location.reload() after cancel/save on popup...not a good solution, but our app is a prototype |
Ah, PR generally stands for pull request. :-) It's a github thing where you can send updated code to fix issues or add features.
|
sorry for not understanding all of the github lingo |
in manage-roles.js, Template.editRolesForm.rendered is only called the first time the template is rendered
as a result, in meteor 0.8.2, popup is not refreshed when click on users
in other words...popup is only correct for first user clicked
The text was updated successfully, but these errors were encountered: