Closed (outdated)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2016 at 13:13 UTC
Updated:
9 Feb 2026 at 19:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alansaviolobo commentedThe entire feed section is generated by the feeds module and hence this issue would have to be taken up in the feeds issue queue.

Comment #3
alansaviolobo commentedComment #4
megachrizIn your screenshot, a file is already uploaded. So uploading an other file is not required. I think this works as designed.
Comment #5
alansaviolobo commentedApologies for the confusion. Here is the correct screenshot

Comment #6
megachrizThanks for the other screenshot!
This patch could fix it. Lets see if this breaks any tests.
Comment #8
megachrizApparently, it does break tests. Either the fix isn't completely right, or there is are good reason that the file upload field is not marked as required.
Comment #9
megachrizA field of type 'file' cannot be set as required due to this Drupal core bug: #59750: Required flag on file forms breaks on validation.
Converting the file upload field to the field type 'managed_file' could fix the problem as said in #59750-51: Required flag on file forms breaks on validation. This may require more changes in the file fetcher.
Comment #10
bluegeek9 commentedDrupal 7 reached end of life and the D7 version of Feeds is no longer being developed. To keep the issue queue focused on supported versions, we’re closing older D7 issues.
If you still have questions about using Feeds on Drupal 7, feel free to ask. While we won’t fix D7 bugs anymore, we’re happy to offer guidance to help you move forward. You can do so by opening (or reopening) a D7 issue, or by reaching out in the #feeds channel on Drupal Slack.
If this issue is still relevant for Drupal 10+, please open a follow-up issue or merge request with proposed changes. Contributions are always welcome!