Closed (works as designed)
Project:
Office Hours
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2011 at 11:55 UTC
Updated:
16 Apr 2013 at 21:43 UTC
Lots of fields implement hook_field_load. OO does not. Although I don't know exactly what the benefits are, the current version at least generates an error message in Views, as reported in #1153066: Notice: Undefined offset: 0 in views_handler_field_field->set_items()...
Comments
Comment #1
johnvhook_field_load() is not necessary. The error is fixed in Views itself. See the referenced issue in OP.
It is only when you need to do special operations. We implemented it for some time in version 1.1+dev.