The docs for hook_nodeapi() for both (4.7 and HEAD) claim that hook_nodeapi(), for the case where $op == 'validate', allows hook to modify the node. This changed between 4.6 and 4.7 and needs to be updated in the docs.
-Ankur
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | hook_nodeapi.patch | 1.09 KB | webchick |
Comments
Comment #1
pwolanin commentedyou can see here:
http://cvs.drupal.org/viewcvs/drupal/contributions/docs/developer/hooks/...
the changes I made to hook_validate covering this same type of error- maybe you can apply a similar change to this $op for hook_nodeapi.
Comment #2
pnm commentedComment #3
webchickFixed in 4.7 and HEAD.
Comment #4
webchickComment #5
(not verified) commented