Needs review
Project:
File Entity (fieldable files)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2017 at 18:01 UTC
Updated:
22 Aug 2017 at 16:51 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
joseph.olstadyes it is possible:
/admin/config/media/file-settingsclick a checkbox on the option "Skip filetype selection."
then press save
Comment #3
ann b commentedI think there is a small bug in the code. Let's give the module maintainers a chance to weigh in. Apologies if I turn out to be wrong.
In the following submit handler, the condition on the last line below is not met when adding an external file:
In the first condition, this is because $trigger is set to edit-next--2, not edit-next. So the code block does not get executed. This may have been intentional, or as I said a small bug.
Comment #4
joseph.olstadWhat version of file_entity are you using? The issue was openned with 7.x-2.0-beta3, this is not a current version.
Comment #5
ann b commented