Happens on node edit pages

CommentFileSizeAuthor
#1 taxonomy_super_select-932890.patch3.56 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
3.56 KB
jcisio’s picture

Status: Needs review » Needs work

A ] is missing at line 125. And I prefer !empty($X) to isset($X) && $X.

There is a bug when submitting data, terms are not saved correctly. I think it is related to a recent commit. I'll check it later today and then commit this patch.

jcisio’s picture

Status: Needs work » Fixed

Fixed in http://drupal.org/cvs?commit=432608
I can't see notice, even with error_reporting(E_ALL). Don't know why, and don't have time to investigate :D But that commit should work.

mikeytown2’s picture

How to enable notices: http://randyfay.com/node/76

jcisio’s picture

Great! I'm fixing it now. However it requires more than I think...

jcisio’s picture

Fixed. Finally.

Status: Fixed » Closed (fixed)

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