Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/comment.views.inc
419 419
    ),
420 420
  );
421 421

  
422
  $data['comment']['cid'] = array(
423
    'title' => t('Comment id'),
424
    'help' => t('Unique identifier for the comment.'),
425
    'filter' => array(
426
      'handler' => 'views_handler_filter_numeric',
427
    ),
428
    'argument' => array(
429
      'handler' => 'views_handler_argument_numeric',
430
    ),
431
    'field' => array(
432
      'handler' => 'views_handler_field_numeric',
433
    ),
434
  );
435

  
436 422
  $data['comment']['uid'] = array(
437 423
    'title' => t('Author uid'),
438 424
    'help' => t('If you need more fields than the uid add the comment: author relationship'),

Formats disponibles : Unified diff