Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mavimo’s picture

Status: Active » Needs review
FileSize
545 bytes

Patch attached

Chris Matthews’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: +Needs reroll

The 5 year old patch to views_handler_field_boolean.inc does not apply to the latest views 7.x-3.x-dev.

Checking patch handlers/views_handler_field_boolean.inc...
error: while searching for:

  function render($values) {
    $value = $this->get_value($values);
    if (!empty($this->options['not'])) {
      $value = !$value;
    }

error: patch failed: handlers/views_handler_field_boolean.inc:93
error: handlers/views_handler_field_boolean.inc: patch does not apply
Chris Matthews’s picture

Andrew Answer’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
559 bytes

Patch rerolled.