Here's the fix:
In nodehierachy_views.module, look for:
$fieldinfo['field'] = 'hierarchy.parent';
and replace it with
$fieldinfo['field'] = 'nodehierarchy.parent';
There are two instances of it.
Here's the fix:
In nodehierachy_views.module, look for:
$fieldinfo['field'] = 'hierarchy.parent';
and replace it with
$fieldinfo['field'] = 'nodehierarchy.parent';
There are two instances of it.
Comments
Comment #1
ronan commentedoops, thanks.
Can you describe a situation where this error occurs? I'd like to reproduce it before I fix it.
Thanks
r
Comment #2
missym commentedI'm sorry but I can't remember the details. I think I was calling a view to list all the children of a node.
Comment #3
ronan commentedFix looks good, so I committed it. Sorry about the delay.
R
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.