Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Sep 2007 at 18:56 UTC
Updated:
13 Oct 2009 at 13:08 UTC
It is useful to prepopulate the taxonomy field on a new node page.
I grabbed Mark Celsor's patch from the following comment:
http://drupal.org/node/54013#comment-192230
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_patch.txt | 947 bytes | tara@neier.org |
Comments
Comment #1
drummIf there is already a value, any defaults should be ignored. This looks like it actually merges the current value and default. And I don't see any way to have multiple defaults selected for multi-selects or default tags.
In general, the GET parameters are not filled into forms. This could be considered an API change and should be put into Drupal 6.x before consideration for 5.x.
Comment #2
gábor hojtsyGenerally, new features go to the latest version. Because 6.x is frozen, this might not get in there, but 7.x instead. Why do you name the variable default_id? What other prefill features are there, which justify adding this? Ie. is this an extension of an already present feature?
Comment #3
ashhishhh commentedIt works
Thank you!
Comment #4
aren cambre commentedsubscribe
Comment #5
catchThis is obsolete due to field API.