Since Drupal 7 allows us to define fields not only to nodes but also to files/media/users/etc., I would like to see this module working on all view types (especial file type views for now). Now this module only "works" on node type views with the native handler. I tried the field handler patch, but that didn't work for me.

Comments

dmsmidt’s picture

First try to make it work on files.
So I dove into the code, and tried to replace all node_loads and node_saves to file_load and file_save but it didn't work. Could anybody give a hand?

istryker’s picture

Issue summary: View changes
Status: Active » Fixed

This is fixed in 7.x-2.x. Marking as fixed.

dmsmidt’s picture

Nice!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.