Open ilp416 opened 3 years ago
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
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