Closed (won't fix)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 15:07 UTC
Updated:
10 Apr 2013 at 15:30 UTC
Hi there, this is _very_ similar to #800314: FileField disappears after upload using Multigroup. Basically, Ubercart CCK Checkout Pane http://drupal.org/project/uc_cck_pane puts node forms inside the big checkout form, so that the location of the filefield becomes slightly shifted, similarly to what happens in multigroups.
However, fixing this is extremely simple, but I don't see how it can be done outside of filefield. I'm attaching a patch - I know it's only useful for the uc_cck_pane module, but I guess this is the only (or surely the easiest way) other than using the element's parents array..
Let me know what you think, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| filefield-uc_cck_pane.patch | 564 bytes | arski |
Comments
Comment #1
arski commentedHi there.. any idea if this will ever be considered for a commit? (I bet the patch is outdated anyway by now, duh..). Would be great to have at least some idea of the chances.. Thanks!
Comment #2
quicksketchHi @arski. I don't plan on adding any module-specific hacks to FileField. If there was a way to solve it generically without including code specifically for another module I'll take a look at it. Please don't mark feature requests for module support as a bug. If #800314: FileField disappears after upload using Multigroup solves the problem for your module too, that would be preferable to individual module adjustments.