We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following gets called in the getForm method of the iterator.js file
getForm
iterator.js
this.getStore().clearFilter();
There getStore method actually returns an object
getStore
getStore: function() { return { type: 'coreshop_index_interpreters' } },
So we get an error
this.getStore(...).clearFilter is not a function
The text was updated successfully, but these errors were encountered:
what version? 2.0 or 2.1?
Sorry, something went wrong.
nvm, figured it out
No branches or pull requests
Following gets called in the
getForm
method of theiterator.js
fileThere
getStore
method actually returns an objectSo we get an error
this.getStore(...).clearFilter is not a function
The text was updated successfully, but these errors were encountered: