Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.4.0
-
Component/s: Drupal Integration Modules
Description
$this->field_alias is set to "unknown" and the render expects it to be NULL. not sure why / how this is used but it is definitely not set correctly.
causes: Notice: Undefined property: stdClass::$unknown in civicrm_handler_field_link_event->render() in
civicrm/drupal/modules/views/civicrm/civicrm_handler_field_link_event.inc
When I change to return $this->render_link(NULL, $values); there are no complaints but that is just my hack ....