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
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.
The text was updated successfully, but these errors were encountered:
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:
The minimized line looks like this:
If you need more information i can try it with a non minimized source.
The text was updated successfully, but these errors were encountered: