There doesn't seem to be a way using the taglib to generate a list of related nodes having a given role, direction and type.
I am trying to set up a simple task system, where at any point we see a list of tasks and their immediate subtasks(i.e. just two levels at once, though there can be more). I am using the Parent/Child relation. So I need to filter subtasks by requiring that: type="tasks", role="parent", searchdir="source". Though different tags handle parts of this filter, none seems to do it all. mm:list - can't filter by role, perhaps "constraints" could do it, though looking at the examples in the taglib docs, it seems the conditional expressions only refer to field values; perhaps I am mistaken and the constraint expression can be more complex? mm:listrelations - can't filter by direction mm:related - can't filter by role mm:relatednodes - can't filter by role or direction Any help or pointers to docs would be greatly appreciated. Normand C�t�
