sir-dunxalot / ember-easy-form-extensions

Manages form submission in the controller/component and route layers of Ember apps
MIT License
28 stars 14 forks source link

Ember.warn looking at wrong view #8

Closed sir-dunxalot closed 9 years ago

sir-dunxalot commented 9 years ago

There is a call to Ember.warn that renders the message:

WARNING: No submitting mixin has been added to this route's view. Your form may not submit correctly.

However, the updating of block helpers to components has left the warning assertion looking at the wrong view. Hence, the warning fires when it shouldn't.

sir-dunxalot commented 9 years ago

Fixed by #11