This is different from #566682: hierarchical select not working with multi step

Steps to reproduce.
- create 2 steps form
- put a content-taxonomy field(with hierachical select widget) in step 2 only

Observed:
- Not saving selected taxonomy terms on form submit
- Invalid response errors on hierarchical select remove action

Error messages:
warning: Invalid argument supplied for foreach() in multistep.module on line 836.
warning: uasort() expects parameter 1 to be array, boolean given in common.inc on line 2935.

CommentFileSizeAuthor
#1 multistep.content.taxonomy.patch1.38 KBufku

Comments

ufku’s picture

Status: Active » Needs review
StatusFileSize
new1.38 KB

The patch adds content taxonomy support.

vgulla’s picture

Issue tags: +multistep publish

I applied this patch and the error is gone now.. Thank you. However, I am still having the issue where the node is getting published in the first step itself even though my admin settings are configured to publish on completion. Do I need to apply any other patch to fix that issue?

majorrobot’s picture

I can also confirm that this patch fixes this issue. Had the same issue, and the patch worked perfectly.

Any chance this will be included in a future release?

kcannick’s picture

Was this patch ever committed because Its over a year old and I'm having issue too.