I'm trying to use Node Auto Term (NAT-ng) and my site is having the whole packet of Domain Access, but it seems to have some issues.
I can see with Devel module that the Update query is executing, but i guess it's passing the wrong parameters, so when i create terms with NAT-ng, it doesn't create the record at domain_taxonomy_access.
What i see is... NAT calls taxonomy_save_term, but it doesn't call domain_taxonomy_save_term or update term, anything.
I'm not a PHP coder, but i believe that when they call for taxonomy_save_term, the function for Domain Taxonomy for save, update or create term should be called too, or maybe it's called but the parameters are not passing correctly.
So, after i create a term with Node Auto Term (NAT-ng), i have to goto Taxonomy admin and edit the term so Domain Taxonomy could create the records in the needed tables.
Is there any posibility to make this works?
Comments
Comment #1
anantagati commentedSeems like problem of Domain Access.
NAT-ng calls taxonomy_save_term() where is called
module_invoke_all('taxonomy', $hook, 'term', $form_values);, so other modules can hook into process.