Drupal 7 uses Views 3 so the function nodeownership_views_api() requires a minor change

 /**
  * Implements hook_views_api().
  */
function nodeownership_views_api() {
 return array(
   'api' => 3,
   'path' => drupal_get_path('module', 'nodeownership') . '/includes',
 );
}

Patch to follow...

CommentFileSizeAuthor
#1 node-ownership-views-api-1897404-1.patch331 bytesrobcarr

Comments

robcarr’s picture

Status: Active » Needs review
StatusFileSize
new331 bytes

Patch

grasmash’s picture

Issue summary: View changes
Status: Needs review » Fixed

  • grasmash committed d71c110 on 7.x-1.x authored by arrrgh
    Issue #1897404 by arrrgh: Fixed Views API version.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.