First off, thank you for a great module. IMO, it's a required functionality in Drupal Core (V6 at least?).
I have run square into an issue where this module wasn't playing nice with Vocab Permissions.
http://drupal.org/project/vocabperms
I wasn't sure whether to post this "feature request" here or in that queue, but I thought I'd call out this incompatibility to see if others have suggestions for a method of tackling these two modules reasons for existence, but in one place. Does it make sense to combine them, since they are both calling _form_alter?
If you agreed, you could assign the issue back and forth to each other's modules. ;-)
Thanks again to you guys! (@jcisio and @bradweikel)
Christian Nally
Galiano Island, B.C.
Comments
Comment #1
bradweikel commentedCleaning up my issue queue. I'll look into this soon, but am hesitant to do new feature development since this module won't be ported to Drupal 7.
More details would be appreciated, though. What is the nature of the incompatibility? What goes wrong? Does reordering the two modules' weights fix it?
Comment #2
jdench commentedI had a similar (?) issue with vocab permission.
In my case, I have a role that does not have permission to edit the vocab in question. When a user with that role creates a node, the taxonomy is not set to the default that I had assigned it.
I gave the vocab permission module a heavier weight as suggested, and then when a user with the no-edit role creates a node, the taxonomy is set to the expected default.