Posted by pdcarto on May 9, 2009 at 1:01pm
| Project: | Signup Scheduler |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
On my signup_available_signups view, I'd like to display the date that the signup closes *only if* signup scheduler is enabled for that node.
Currently, the scheduler open and close dates are populated (with now()) when a signup is created, whether or not scheduler is enabled for that node, and this value is displayed when the close date field is added to the view.
I don't know if the best solution is to change what happens at the beginning - when the open/close dates are created for each signup, or at the end - when the close date is displayed regardless of the scheduler status.