In a vocabulary (say a free tagging vocabulary) with a single or multiple hierarchy, we cannot edit the parent of a term.

Add a term in that vocabulary => you can see the parent drop-down menu.
Edit that same term => parent drop-down menu is gone.

It works in 4.7, so it is purely a HEAD issue.

CommentFileSizeAuthor
#1 term.parent.form.diff.txt731 bytesbeginner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

beginner’s picture

Status: Active » Needs review
FileSize
731 bytes

taxonomy_get_term returns an object that must be cast to an array to be used by taxonomy_form_term.
The passed value must be an array element, not an object element.

Dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)