Opened 17 years ago
Closed 17 years ago
#5721 closed (fixed)
Objects with file fields, edited inline, throws validation errors on edit
Reported by: | Owned by: | Brian Rosner | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa-blocker | |
Cc: | sjulean@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is similar to #26.
I have an object with multiple related file attachments, each represented by a related object that i'm editing inline (tabular).
When I edit the parent object, it displays the current value of the file field as a link above the file input.
If I save the parent object, the empty file fields (labeled Change:) throw "This field is required" errors, even though the field has a current value.
It seems that validation on file fields should check both for input (and replace if it exists) and for an existing value.
Change History (7)
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
comment:4 by , 17 years ago
Cc: | added |
---|
comment:5 by , 17 years ago
Keywords: | nfa-blocker added; fileuploadfield filefield admin newforms-admin removed |
---|
This is something that is broken in newforms-admin and doesn't match current trunk's admin behavior. I will have a patch for this soon.
comment:6 by , 17 years ago
#6241 really supersedes this ticket since the attached patch there fixes this problem. Won't close this ticket quite yet.
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Almost forgot to reference some discussion on django-dev: http://groups.google.com/group/django-developers/browse_frm/thread/b2a177e123e14947