Attached is a D5 port like we discussed.

There are some changes to form_alter and the #submit handler for the node forms with taxonomy.

The #submit handler does not get $form_state so #multiple is not available there. As an improvement to the logic, we now check in form_alter if we even need to give the form the #submit and keep track of which vocabularies need to be processed by passing in a custom param to the #submit which contains an array of vids.

CommentFileSizeAuthor
#1 betterselect_d5.patch3.39 KBAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new3.39 KB

apparently it lost my patch?

webchick’s picture

Status: Needs review » Fixed

Thanks! I tested this out briefly and didn't find any more bugs than are already documented.

Committed, rolled a dev release for now.

webchick’s picture

Oh. I also added you to the committer list, since I have no intention of maintaining a D5 branch. ;)

Anonymous’s picture

thanks webchick :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.