Hide
original bugid: #6004
when using mm:related in a node of the same type the original node is returned
mm:node 112 of type category
mm:related path="pos.category"
mm:node element="category"
mm:field name"number" returns 112
/mm:node
/mm:related
/mm:node
The builder of an mm:node that is used as the basenode for mm:related is now post-fixed with a 0.
So, a node of type news adds "news0" as buildername to the path.
Show
original bugid: #6004
when using mm:related in a node of the same type the original node is returned
mm:node 112 of type category
mm:related path="pos.category"
mm:node element="category"
mm:field name"number" returns 112
/mm:node
/mm:related
/mm:node
The builder of an mm:node that is used as the basenode for mm:related is now post-fixed with a 0.
So, a node of type news adds "news0" as buildername to the path.
when using mm:related in a node of the same type the original node is returned
mm:node 112 of type category
mm:related path="pos.category"
mm:node element="category"
mm:field name"number" returns 112
/mm:node
/mm:related
/mm:node