Active
Project:
Time Tracker
Version:
7.x-1.6-rc5
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2017 at 08:47 UTC
Updated:
23 May 2018 at 08:24 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| time_tracker_vbo.patch | 496 bytes | willem_ |
Comments
Comment #2
alfthecat commentedHi,
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?