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

ronan’s picture

oops, thanks.

Can you describe a situation where this error occurs? I'd like to reproduce it before I fix it.

Thanks
r

missym’s picture

I'm sorry but I can't remember the details. I think I was calling a view to list all the children of a node.

ronan’s picture

Status: Needs review » Fixed

Fix looks good, so I committed it. Sorry about the delay.

R

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.