Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jan 2010 at 04:01 UTC
Updated:
25 Jan 2010 at 16:30 UTC
This is an extension of #370537: Allow suppress of form errors (hack to make "more" buttons work properly), which simply adds support for File module's manage_file FAPI element.
To reproduce:
- Install Drupal 7
- Create a new article node.
- Do not enter a title.
- Upload a file.
- After the file uploads, the user gets the error "The Title field is required.", which is confusing since there's no reason why a file shouldn't be uploaded before a title is entered.
| Comment | File | Size | Author |
|---|---|---|---|
| file_validation_fix.patch | 835 bytes | quicksketch |
Comments
Comment #1
naxoc commentedI tested that the error is not shown anymore. And I agree that it is very confusing that title is required to upload an image.
Comment #2
webchickCommitted to HEAD! Thanks!