Posted by naught101 on March 13, 2010 at 8:13am
1 follower
Jump to:
| Project: | Graphviz Noderef |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | naught101 |
| Status: | needs review |
Issue Summary
The field doesn't obey the recursion depth. For some reason, it uses the nid for the recursion depth in the current dev. I'm having trouble figuring out why, because the CCK API is so poorly referenced. If anyone's got any ideas, please let me know.
Comments
#1
Commited http://drupal.org/cvs?commit=341018 , works, but uses a DB call to get the global settings, which I'm sure is not the right CCK-way to do it, but it works for now.
See lin 156-8: http://drupalcode.org/viewvc/drupal/contributions/modules/graphviz_noder...