It seems to me that weight should be set to 1 at least when working with Taxonomy Access Control enabled (I find it taxonomy defaults gets installed with 0 and following the suggestion to set it to -1 as mentioned in the README.txt file leads to defaults being ignored).

Comments

bradweikel’s picture

Component: Miscellaneous » Documentation
Assigned: Unassigned » bradweikel

Thanks for catching this -- it's actually just a documentation bug. A previous version of Taxonomy_Defaults required it to run BEFORE taxonomy, but that caused all sorts of bugs so I refactored everything so that it could run after. Looks like I forgot to update the README.

hook_requirements actually enforces this weighting, so if you had gone to your site's status page you would have seen a warning instructing you to increase Taxonomy_Defaults' weight.

I'll update the README next time I'm making edits.

bradweikel’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Active » Fixed

Documentation fix committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.