-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unimpersonate not working 100% #10
Comments
@gwendall I don't suppose you've had a chance to take a look at this yet? 😞 |
+1 Can only unimpersonate by hitting reload button |
Using Meteor 1.2.0.2 I see the same error. |
Glad it's not just me, although I have no idea what's causing it, the code's changed quite a lot since I was last involved! @gwendall |
@gwendall You alive? |
+1 Same problem here |
What's causing the problem is obvious. Clone this project into your packages folder.
change line 55 from
to
there are a couple of other 'issues' on the client ... but this should get you running. |
@stocksp Good spot. Perhaps submit a PR? Or alternatively, fork it and publish a fixed version? |
I think the chances of the owner of this repo responding to a PR is zero, or they would have fixed this baby. I've modified the code (and added logging) so its not as simple as just pushing out what I have into a fork. I'm under the gun for the next couple of weeks, but will look into it. Its REALLY easy to just clone this repo into your own project though. |
@stocksp I don't suppose you have reconsidered creating a fork of this with the fix? |
pavanputhra already did one..... |
Hey @gwendall! It's been a while, 😄
So I am getting an issue whereby my "Stop Impersonating" button fires the
"click [data-unimpersonate]"
event and callsImpersonate.undo();
but theisImpersonating
helper doesn't seem to refresh reactively, and neither does my other account UI related stuff... I was just wondering if there are any known issues with this currently?Here's an output of my console after trying to stop impersonating.
The text was updated successfully, but these errors were encountered: