Regardless of what signup link you try to use, it appears to only provide a link when signups are open on a node. The logic for if the link should appear or not is different for each subtab:

add: only if signups are open
admin: any signup-enabled node
broadcast: only if there are signups, but regardless of open/closed
list: any signup-enabled node
settings: any signup-enabled node (see #578502-5: Move signup-related settings from node/N/edit to node/N/signups/settings)

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new1003 bytes

Simple fix. The handler was setting things up such that _signup_menu_access() thought signups were disabled when they were just closed.

dww’s picture

Here's a view that'll show off the bug if you have a site with some nodes where signups are open and others where they're closed...

mlsamuelson’s picture

Status: Needs review » Reviewed & tested by the community

Applied the patch. It fixes the behavior. I see operations for all my signup nodes regardless of if the signups are open or closed.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD and DRUPAL-6--1. Thanks!

Status: Fixed » Closed (fixed)

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