Closed (fixed)
Project:
Primary Term
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Dec 2008 at 16:10 UTC
Updated:
27 Oct 2010 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
thomas25 commentedi just want to say that,drupal is the best thing that has ever happened to me.
thomas jesus
Comment #2
mvcThe problem seems to be that the default value of the form input is set using primary_term_get_term($form['#node']->vid) but when previewing the node this returns false. Equivalently, when editing an existing node, the default value of the form would be reset to the original value and would not be updated if changed during editing.
This patch solves both problems.
Comment #3
sethcohn commented+1 to this
Comment #4
brianV commentedComment #5
sethcohn commentedthanks, brianV. I'll be rolling a new version shortly with this.
Comment #6
brianV commentedCommitted.
http://drupal.org/cvs?commit=435612