Hi,
thanks for this module. Its working fine so far. With one exception. :)

I've a content type with File field for Attachment. I've generated some content with Devel generate. And none of the generated attachment appears in File browser.
I've found out they are being filtered out in the File entity browser view if they are smaller than 3000 bytes (all of the Devel generated txt's are bellow this threshold).
Is there any reason for this filter?
When I've removed this filter everything seems to work fine.

Thank you Petr

Comments

Petr Illek created an issue. See original summary.

samuel.mortenson’s picture

Hi Petr, the reason for doing this originally was to remove icons from the View as parts of Drupal (ex: CKEditor) come with a ton out of the box. Obviously this was short-sighted as not everyone is dealing with larger files, so we should figure out a good way to address this.

In #2647790: When uploading Images or Files, take advantage of field settings I'm going to take a look at how we can actually filter the View in File Browser based on field settings, which would address this problem. I'll leave this ticket open however as this is a unique bug and may not be covered in the work done in that other issue.

samuel.mortenson’s picture

To confirm, this will be fixed by the patches I'm working on in #2647790: When uploading Images or Files, take advantage of field settings. :-)

  • samuel.mortenson committed 2c90519 on 8.x-1.x
    Issue #2715065 by Petr Illek, samuel.mortenson: Why filtering small...
samuel.mortenson’s picture

Status: Active » Fixed

Fixed! Sorry for the extended delay.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.