The current Views implementation is based off of getID3's deprecated table. New handlers will have to be written to output the data based on the loaded entity, not actual table values.

CommentFileSizeAuthor
#5 views_integration-2333807-5.patch779 byteselaman

Comments

  • mglaman committed b774c7a on 7.x-2.x
    Issue #2333807 by mglaman: Update 7.x-2.x Views integration.
    
mglaman’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

mglaman’s picture

Linking to 2.0 release plan

elaman’s picture

Status: Closed (fixed) » Needs work
Issue tags: +views integration
StatusFileSize
new779 bytes

Current implementation works for most of the cases, but a bit unfinished. Here is the issue I got using views relationships: #2612060: Views relationship
I will reopen an issue and start posting patches.
First patch replaces `views_handler_field_custom` with `views_handler_field_entity` to fix an issue mentioned above, so you can get the file object even if you use views relationships.

mglaman’s picture

Status: Needs work » Closed (fixed)

Elaman, can you please open a new issue? That's technically a bug