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
Reproduce step.
After that ELFinder try to refresh UI and call loadThumbnails
loadThumbnails
elFinder/js/ui/cwd.js
Line 1254 in 632bc97
then request will call
request
Lines 1285 to 1288 in 632bc97
but it will stop because these lines.
elFinder/js/elFinder.js
Lines 2272 to 2275 in 632bc97
after that UI have problems.
The text was updated successfully, but these errors were encountered:
Right now I make stupid patch for use right now by add cmd != "tmb" inside if like this.
cmd != "tmb"
if
if (cmd != "tmb" && self.maxTargets && data.targets && data.targets.length > self.maxTargets) { syncOnFail = false; return dfrd.reject(['errMaxTargets', self.maxTargets]); }
I don't think this is good solution so I create this issue.
Sorry, something went wrong.
df65524
@ethaizone On the handling of maxTargets option some problems on the client side were found and I fixed it. Thanks! 👍
maxTargets
Good to hear. Thx. :)
nao-pon
No branches or pull requests
Reproduce step.
After that ELFinder try to refresh UI and call
loadThumbnails
elFinder/js/ui/cwd.js
Line 1254 in 632bc97
then
request
will callelFinder/js/ui/cwd.js
Lines 1285 to 1288 in 632bc97
but it will stop because these lines.
elFinder/js/elFinder.js
Lines 2272 to 2275 in 632bc97
after that UI have problems.
The text was updated successfully, but these errors were encountered: