Closed (fixed)
Project:
Inline
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2011 at 19:14 UTC
Updated:
18 Jul 2012 at 02:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
byrond commentedIn Drupal 7, the core File module provides similar service as Upload did in D6.
http://drupal.org/documentation/modules/file
Changing
dependencies[]from 'upload' to 'file' seems to be sufficient.Comment #2
drzraf commentedstatus: => needs commit
Comment #3
ao2 commented@drzraf if you actually tested the patch and it works for you, you can change the status to RTBC.
Regards,
Antonio
Comment #4
drzraf commentedas I didn't migrated from D6 but still experiencing bugs (like #1309542: D7 core File field is not handled by Inline) which may or may not be related to this one about dependencies), I'm not the best person the change the status.
Comment #5
Anonymous (not verified) commentedLooking at the current code, this is already fixed on 7.x-1.x