Drupal 6.19
Taxonomy single tag 6.x-1.0-rc2

When creating a new vocabulary the tag (single) is selected by default, upon save the vocabulary is set to tag (multiple) and requires a second editing to switch to tag (single).

Comments

arhak’s picture

none of this module's versions is intended to have the "tag (single)" option selected by default

I just tested it in a site using rc1 and new vocabularies start with all checkboxes unchecked
(rc2 version is not so different, it only has a submit handler instead of nodeapi)

how did you get it checked?
can you reproduce it in a fresh install? (if so, please, list your steps)

(the only way I can think to achieve such behavior is manually messing with the taxonomy_single_tag:vids variable or lowering the autoincrement count of the vocabulary table)

arhak’s picture

Status: Active » Postponed (maintainer needs more info)
quotesbro’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)