Closed (fixed)
Project:
Flag
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Dec 2011 at 16:25 UTC
Updated:
6 Aug 2012 at 20:51 UTC
Jump to comment: Most recent file
When glancing at #1362298: Independent views query backend flag links I noticed that flag still has it's implementation of flag_views_handlers. This hook was removed in Views 3, as mentioned here. http://drupalcode.org/project/views.git/blob/refs/heads/7.x-3.x:/help/ap...
Also noticed that flag_views_api still has 'api' => 2.0. Should that be changed to 3.0 ?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flag-hook-views-handlers-1362704-1.patch | 1.42 KB | loganfsmyth |
Comments
Comment #1
loganfsmyth commentedJust removing hook_views_handlers. Not changing the API version since I'm not 100% how that might effect other stuff and I don't have time to confirm.
Comment #2
joachim commentedThanks for the patch!
(The API version thing can be tackled in another issue; thanks for bringing it up though.)
Issue #1362704 by loganfsmyth: Removed obsolete hook_views_handlers().