-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conflict between ember-data-url-templates and Route's error action #28
Comments
Wow, this is interesting. Would you be willing to create an example application with a reproduction? |
@amiel Sure, I can probably whip up something this evening. Any ideas if ember-twiddle works with your addon (I know it can be a bit picky)? |
@aaronfischer I don't see why it wouldn't, but I haven't tried it before. |
@amiel I'll you know then! 😄 |
Thanks! |
@amiel Hmm, its passing my initial attempt to find the conflict: https://ember-twiddle.com/c82a4fb0394ab9aae996115f1d6197bc |
@aaronfischer I'm fine leaving this open for a while. Let me know if you can find a way to replicate it. |
@aaronfischer are you still seeing this issue? |
@amiel I am (well was), however, with this particular project we ended up not needing ember-data-url-templates. So I'm no longer in a position to provide any additional details on how to replicate. 😞 Sorry! |
I'm running into an issue where the Route's
error
event/action is not triggered when using this addon. (http://emberjs.com/api/classes/Ember.Route.html#event_error)With the above setup the
error
action is never triggered so I'm unable to write custom error handling.The text was updated successfully, but these errors were encountered: