Posted by attiks on April 17, 2009 at 7:25am
Jump to:
| Project: | FileField Sources |
| Version: | 6.x-1.x-dev |
| Component: | General |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Any change on integrating webfm popup? :-D
Comments
#1
As far as I can tell, WebFM does not have any capability to work with FileField. FileField is absolutely dependent on modules storing entries in the core "files" table. WebFM for some reason maintains its own table, "webfm_file". Because FileField is dependent on the files table for nearly everything (insert, update, load, display), integration with webfm doesn't seem feasible. It seems like something that would be considered a bug in webfm honestly, the Drupal 6 files table was abstracted from nodes specifically for the purpose of allowing all modules to manage their files there.
#2
I opened #446818: Use the Drupal "files" Table for file records for the WebFM folks to take a look at. Until this is implemented, integration between WebFM and FileField is not possible.
#3
sub
#4
Now with Drupal 7 out and WebFM nearing its almost inevitable death, I'm marking this wont' fix. It's unlikely WebFM will ever use the files table (see #446818: Use the Drupal "files" Table for file records) which is a requirement for FileField to operate.