Thanks for the great module. I ran into a problem when trying to use the entries with VBO. In my case the "Bulk operations: Time tracker entries" field was not appearing in the Views UI. After a bit of searching it turns out views_entity_time_tracker_entry was not linked to the time_tracker_entry. The attached patch seems to fix this issue and seems to match the way the entity module defines views data.

CommentFileSizeAuthor
time_tracker_vbo.patch496 byteswillem_

Comments

willem_ created an issue.

alfthecat’s picture

Hi,

Thanks for the patch. In my case, it did not solve the issue, though.

I don't quite understand, I expected views integration for this module but was very surprised to see it's not completely there. I need to create a view that displays the user value (from the time tracker entity) and also the date that was set in the time tracker entity. That seems like a pretty basic need... But views can't access the info.

Am I missing something?