Active
Project:
Edit term
Version:
6.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 16:07 UTC
Updated:
30 Sep 2009 at 03:22 UTC
Changed to below and doesn't show up anymore (based on looking at http://api.drupal.org/api/function/taxonomy_form_term/6 ).
function edit_term_form_alter(&$form, $form_state, $form_id) {
if ($form_id == 'taxonomy_form_term' && !isset($form_state['confirm_delete']) && !isset($form_state['confirm_parents'])) {
Comments
Comment #1
dman commentedThat sounds familiar and makes sense. I remember running into that issue before.
I've not seen 'confirm_parents' before now, but yes, that code seems to do something with it.
We shall roll something like that in soon!
Comment #2
hefox commentedcool, thanks
p.s.
I hadn't either, appears to be when adding the initial second level term to a non tag vocabulary? Shrug, never encountered it to my memory