Closed (won't fix)
Project:
Node Auto Term [NAT]
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 18:38 UTC
Updated:
4 Mar 2010 at 22:28 UTC
This patch makes NAT more friendly to custom modules connecting to it via the Drupal node_save() API. This patch adds no extra features, just a slight change on how the 'insert' hook_nodeapi() is handled.
With this patch the following things are possible:
node_save() to create a node and connect it to an existing term in a NAT-enabled vocabulary (ie: perform a reverse-sync operation)| Comment | File | Size | Author |
|---|---|---|---|
| nat.module.api-able.patch | 792 bytes | James Andres |
Comments
Comment #1
James Andres commentedAnyone have feedback? A review / test would be much appreciated :-)
Thanks,
James.
Comment #2
anantagati commentedSecond use case you provide directly breaks expected function of NAT module.
Seems like if you want to make such changes in functionality is better to make it completely out of NAT module, so you can use custom module for it. As new maintainer of NAT module, I don't want to support things which support breaking module's native functionality.