Needs review
Project:
Signup Scheduler
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 19:46 UTC
Updated:
8 Jun 2010 at 19:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
slosa commentedsubscribing
Comment #2
mlsamuelson commentedThe following patch fixes an issue with the module's hook_nodeapi functions for the 'update' and 'insert' ops. They were not firing due to a check for $node->signup, which isn't on the $node object at that time. Changing the check to $node->signup_enabled resolves the issue.
I'm not sure how feature-complete (views 2 integration) this puts the module for D6, but it does put the basic functionality in working order.
Comment #3
--David-- commentedThank you!
Comment #4
mlsamuelson commented@--Me-- :) If the patch works for you, please post back here. It'll help move this towards getting commited.
Comment #5
devkinetic commentedWorked for me. Previously setting the close date would not enable signups, and when visiting the edit screen again after saving no settings were applied.
With the patch applied, settings save and signup gets enabled! Great job.
Comment #6
Balbo commentedWhy is Drupal 6 release not "Recommended"?
Comment #7
devkinetic commentedthe release is still buggy and in active development. Until a stable release is created, the 6.x branch will stay in dev