You are here

function oa_core_og_group_ref_views_handler_filter_in_operator::query in Open Atrium Core 7.2

Add this filter to the query.

Due to the nature of fapi, the value and the operator have an unintended level of indirection. You will find them in $this->operator and $this->value respectively.

Overrides views_handler_filter_in_operator::query

File

plugins/views/oa_core_og_group_ref_views_handler_filter_in_operator.inc, line 17
Code to override field to add in auto option.

Class

oa_core_og_group_ref_views_handler_filter_in_operator
@file Code to override field to add in auto option.

Code

function query() {
  parent::query();
  if (!empty($this->fail_build)) {
    $this->view->build_info['fail'] = TRUE;
  }
}