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
@dipeshpp You should call this.notifyPropertyChange('externalFilters'). If that doesn't work, please let me know and I'll do my best to help troubleshoot.
I have included
this.set('externalFilters', someValue); this.notifyPropertyChange();
in a function in the actions hash.I suspect I am not doing this properly. On what object should
notifyPropertyChange()
be called?The text was updated successfully, but these errors were encountered: