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

Filter throws js exceptions #89

Closed
ghost opened this issue Jan 19, 2017 · 2 comments
Closed

Filter throws js exceptions #89

ghost opened this issue Jan 19, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jan 19, 2017

We are using the filemanager to show s3 files. When doing this the "search filter" on the bottom left doesn't work and throws the following exception:

Uncaught TypeError: Cannot read property 'name' of undefined
at Object. (filemanager.min.js:formatted:479)
at Function.each (jquery-1.11.3.min.js:2)
at filemanager.min.js:formatted:478

The minimized line looks like this:

var c = b.rdo.attributes.name;

If you need more information i can try it with a non minimized source.

@psolom
Copy link
Owner

psolom commented Jan 19, 2017

Sure, please try on non-minified file.

@psolom psolom self-assigned this Jan 19, 2017
@psolom psolom added the bug label Jan 19, 2017
@psolom psolom added this to the 2.2.0 milestone Jan 19, 2017
psolom added a commit that referenced this issue Jan 21, 2017
@psolom
Copy link
Owner

psolom commented Jan 26, 2017

Fix included in v2.2.0

@psolom psolom closed this as completed Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant