Needs work
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2011 at 01:37 UTC
Updated:
21 Aug 2015 at 15:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
crea commentedApproach is already implemented in D7
http://drupal.org/node/747464
Comment #2
crea commentedComment #3
quicksketchHmm, I don't know about this. This is a pretty major change to the API that has existed for almost 3 years, I don't think we can change it at this point to have a different return value. Who knows how other modules have been using these functions?
Comment #4
crea commentedWe can keep this function, but implement a copy with a different name which uses the new approach, and use it everywhere in this module (such as inside hook_file_references()). It's then a problem in calling module, if it calls the old function.
Comment #5
crea commentedtagging
Comment #6
pwolanin commentedBased on comments above, this is needs work to add a new function and convert internal uses.