Closed (fixed)
Project:
Action Views
Version:
5.x-4.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 10:04 UTC
Updated:
4 Jun 2009 at 19:54 UTC
I need to have a new function so i coded a custom modul, but it won´t work. The Problem iss that the permission don´t display and i think that is the base it won´t display. Would you be so kind as to help me with tihs problem?
Here iss my Code:
// $Id: actionview_sendlist.inc
//permissions
$actionview_permissions[] = 'Send List';
/**
* Invoke hook_views_operations()
*
* @return array
*/
function sendlist_views_operations($nodes = NULL)
{
global $form_values;
if (user_access('Send List'))
{
$operations['Send List']['callback'] = 'actionview_send_list';
}
return $operations;
}
Comments
Comment #1
mdekkers commentedThis Module will no longer be maintained (shocker) as this functionality is mainly present in VBO and thats what we started using internally.