Skip to content
New issue

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

[Index] Bug in Iterator interpreter #1046

Closed
dlhck opened this issue Jul 14, 2019 · 2 comments
Closed

[Index] Bug in Iterator interpreter #1046

dlhck opened this issue Jul 14, 2019 · 2 comments

Comments

@dlhck
Copy link
Contributor

dlhck commented Jul 14, 2019

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Following gets called in the getForm method of the iterator.js file

this.getStore().clearFilter();

There getStore method actually returns an object

getStore: function() {
        return {
            type: 'coreshop_index_interpreters'
        }
    },

So we get an error

this.getStore(...).clearFilter is not a function
@dlhck dlhck changed the title [Index] Ext.Store bug in Iterator interpreter [Index] Bug in Iterator interpreter Jul 14, 2019
@dpfaffenbauer
Copy link
Member

what version? 2.0 or 2.1?

@dpfaffenbauer
Copy link
Member

nvm, figured it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants