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
When I have more than 100 uploaded files I must have some pagination or infinite scroll in file chooser in WYSISYG editor
When I open choose file dialog it load just first 100 files. I can't select 101 file.
Upload more than 100 files Install will paginate or kaminari Create a page with wysiwyg editor, open file chooser.
Problem here: https://github.com/comfy/comfortable-mexican-sofa/blob/master/app/controllers/comfy/admin/cms/files_controller.rb#L21
ruby 2.6.0 rails 5.2.4.4 comfortable_mexican_sofa 2.0.19
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When I have more than 100 uploaded files I must have some pagination or infinite scroll in file chooser in WYSISYG editor
Actual behavior
When I open choose file dialog it load just first 100 files. I can't select 101 file.
Steps to reproduce
Upload more than 100 files
Install will paginate or kaminari
Create a page with wysiwyg editor, open file chooser.
Problem here: https://github.com/comfy/comfortable-mexican-sofa/blob/master/app/controllers/comfy/admin/cms/files_controller.rb#L21
System configuration
ruby 2.6.0
rails 5.2.4.4
comfortable_mexican_sofa 2.0.19
The text was updated successfully, but these errors were encountered: