In signup_status_cert.module, when saving a new node, the signup_status_cert_nid isn't properly set, which results in a blank certificate when a user tries to access it.

The reason is that it is called during the "submit" operation in signup_status_cert_nodeapi(), which is called before the signup information for that node has been saved. If the signup_status_cert_nid is set during the "update" or "insert" operations, then it is saved properly.

CommentFileSizeAuthor
#1 signup_status_cert-621548.patch708 bytesduellj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

duellj’s picture

Attached patch fixes problem.