Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 11:50 UTC
Updated:
8 Feb 2009 at 02:00 UTC
I just wanted to warn you from possible problems with hook_object_info() - as this hook doesn't use the modules namespace as would hook_views_bulk_operations_object_info().
So if another module author not aware of your module decides to invent such a hook too, you might ran into conflicts.
Comments
Comment #1
infojunkieThanks for the suggestion.
Comment #2
dwwFYI, it's slightly ugly, but here's my solution for handling the changed API over in signup.module: #363760: Port to changed VBO API -- hook_views_bulk_operations_object_info() With that patch, signup should be able to support both VBO 6.x-1.3 and 6.x-1.4... Eventually, when 6.x-1.4 is everywhere, I can rip out the deprecated signup_object_info() function.
Comment #3
infojunkieSorry for the inconvenience. 6.x-1.4 should be here within a month if all goes well.