CommentFileSizeAuthor
#1 undefined_index-#2469583.patch1 KBclivesj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

clivesj’s picture

tyler.frankenstein’s picture

Status: Active » Closed (fixed)

Thank you for the patch! However, it didn't apply:

git apply -v undefined_index-#2469583.patch
undefined_index-#2469583.patch:20: trailing whitespace.
          isset($instance['display']['default']['module']) && $instance['display']['default']['module'] == 'taxonomy' ||
undefined_index-#2469583.patch:21: trailing whitespace.
          isset($instance['display']['default']['module']) && $instance['display']['default']['module'] == 'i18n_taxonomy'
Checking patch drupalgap.module...
error: while searching for:
      (
        $instance['widget']['module'] == 'options' &&
        (
          $instance['display']['default']['module'] == 'taxonomy' ||
          $instance['display']['default']['module'] == 'i18n_taxonomy'
        )
      )
    ) {

error: patch failed: drupalgap.module:757
error: drupalgap.module: patch does not apply

That's OK though, I've manually patched it, and credited your account.