Projet

Général

Profil

Révision a1cafe7e

Ajouté par Assos Assos il y a plus de 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/field_collection/views/field_collection.views.inc
57 57
      'base' => $entity_info['base table'],
58 58
      'base field' => $entity_info['entity keys']['id'],
59 59
      'label' => t('!field_name', array('!field_name' => $field['field_name'])),
60
      'join_extra' => array(
61
        0 => array(
62
          'field' => 'entity_type',
63
          'value' => $entity_type,
64
        ),
65
        1 => array(
66
          'field' => 'deleted',
67
          'value' => 0,
68
          'numeric' => TRUE,
69
        ),
70
      ),
60 71
    );
61 72
  }
62 73

  

Formats disponibles : Unified diff