I found a small bug in admin.signup_administration.inc line 104 - link to Mailing for custom signup node is incorrect,

instead of:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signup-broadcast", $options);

should be:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signups/broadcast", $options);

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Thanks. Just committed a fix to HEAD and DRUPAL-6--1. This will be out in 6.x-1.0-rc4 (hopefully in the next day or so).

Status: Fixed » Closed (fixed)

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