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 ?

Comments

loganfsmyth’s picture

Status: Active » Needs review
StatusFileSize
new1.42 KB

Just 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.

joachim’s picture

Status: Needs review » Fixed

Thanks 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().

Status: Fixed » Closed (fixed)

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