Add a setting to prevent cancellation after a certain date
waynedrupal - July 7, 2008 - 22:53
| Project: | Signup |
| Version: | 5.x-2.4 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi.
Is this possible?
Once the signup cancellation date has passed, the user should NOT be able to cancel a signup – the cancellation link should either disappear or be inactive. For example, if a signup event is scheduled for July 20 and the cancellation period is 10 days prior to start date, then as of July 10, the user should NOT be able to cancel the signup event at all.
I could not find a configuration for this in signup module. Is this possible and if so, how would I go about doing this? Thanks.

#1
Nope, no way to do that now. Congratulations, there's no existing issue about this, so this isn't duplicate. Yay. ;) This seems like a reasonable feature to add for some use cases, so I'm changing the category of this issue into a feature request.
However, I have no personal need for this functionality, so I'm not going to work on it myself unless someone wants to sponsor my time for it. Otherwise, I'll review patches and commit when appropriate.
#2
Just FYI: I submitted a patch (http://drupal.org/node/393278#comment-2139306) that uses signup close date to prevent signup cancellations. Not exactly what this feature request asks for, but it may serve the same purpose. (It is only 6.x-2.x-dev though)