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

mdekkers’s picture

Status: Active » Closed (fixed)

This Module will no longer be maintained (shocker) as this functionality is mainly present in VBO and thats what we started using internally.