Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Mar 2011 at 21:06 UTC
Updated:
13 Apr 2011 at 21:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
fubhy commentedTogether with #1110988: File View - Missing UID field this fixes (removes, mainly) the "extension" field (which doesn't exist in D7) and also fixes some lines where 'files' was still used (instead of 'file_managed'). The handler for the extension field also got deleted and the corresponding files[] entry in the .info file, too.
Comment #2
dawehnerThis is wrong.
The field handler always used the filename. So please remove the drop of the field handler.
Comment #3
fubhy commentedI oversaw the 'real field' assignment. Fixing that right now.
Comment #4
fubhy commentedOnly replacing "files" with "file_managed" now.
Comment #5
dawehnerThanks!
Commited with a small change see git log.