You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.
I was testing this ember-cli example project with a Rails API only application. I found an issue when clicking on the checkboxes to complete items where the isComplete attribute is not updated in the backend server. It seems to happen because there is no code invoking save when checkboxes changes in the UI.
I know this is not a problem if you're running this application with the provided data adapter, however it may be nice to have the application prepared to be integrated with backend applications.
#6 fixes the problem. We also tested with the following code that seems to be the smallest change to have this issue fixed (thanks @juanazam for this code!):
Do you plan to merge #6 soon? If that happens, this issue will be over. Otherwise, let me know if you want me to create a different PR with the specific fix for this problem.
Cheers!
The text was updated successfully, but these errors were encountered:
@jmbejar I just came across this same problem while also attempting to run this app against a server API. The solution you share here looks nice and tidy.
Given that #6 is very out of date now, I'd recommend creating your own Pull Request with this fix as I'd imagine it would have a greater chance of being merged.
Hi,
I was testing this ember-cli example project with a Rails API only application. I found an issue when clicking on the checkboxes to complete items where the
isComplete
attribute is not updated in the backend server. It seems to happen because there is no code invokingsave
when checkboxes changes in the UI.I know this is not a problem if you're running this application with the provided data adapter, however it may be nice to have the application prepared to be integrated with backend applications.
#6 fixes the problem. We also tested with the following code that seems to be the smallest change to have this issue fixed (thanks @juanazam for this code!):
Do you plan to merge #6 soon? If that happens, this issue will be over. Otherwise, let me know if you want me to create a different PR with the specific fix for this problem.
Cheers!
The text was updated successfully, but these errors were encountered: