One of my content types is not published by default. If I create this node type with inline_registration the ['status'] field is unset so that the user will be created with default values. But If this field is unset the following node_save will asume that the node should be published and will not save it as unpublished.
This patch will save the value of the ['status'] field before the call of unset and will reset the form after creating the user.

CommentFileSizeAuthor
form_status.patch774 bytes1st-angel

Comments

livido’s picture

Status: Needs review » Fixed
livido’s picture

Status: Fixed » Closed (fixed)
odisei’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Closed (fixed) » Active

I have the same issue with the 7.x-1.x-dev.
Could you provide a patch for this version too?

vvvi’s picture

Issue summary: View changes
Status: Active » Closed (fixed)