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
from what i understand, the return value for add should be the id. however, the implementation for construct.add returns the result of save which returns the object.
notifying store expects an id to be returned from add and so the channel value is '[object Object]' when it tries to assign the return value to the channel.
The text was updated successfully, but these errors were encountered:
neonstalwart
changed the title
add notifications not using a broken value for the channel
add notifications using a broken value for the channel
Dec 22, 2014
from what i understand, the return value for
add
should be the id. however, the implementation forconstruct.add
returns the result ofsave
which returns the object.notifying store expects an id to be returned from
add
and so the channel value is'[object Object]'
when it tries to assign the return value to the channel.The text was updated successfully, but these errors were encountered: