Hide
original bugid: #5960
specifying a path like:
'magazine,object'
in a multilevel returns no records if the relation magazine->object is not specified.
What one would expect from such a path is to have all objects and its descendant returned that are related (and not only true 'object' items).
Specifying a magazine->object typerel allows the path to work, but ofcourse that mucks up the relational constraints.
To fix this, we migth need an additional method in Typerel (to differentiate allowing to _search_ for relations from allowing to _create_ them).
Obsolete with addition of proper extension code
Show
original bugid: #5960
specifying a path like:
'magazine,object'
in a multilevel returns no records if the relation magazine->object is not specified.
What one would expect from such a path is to have all objects and its descendant returned that are related (and not only true 'object' items).
Specifying a magazine->object typerel allows the path to work, but ofcourse that mucks up the relational constraints.
To fix this, we migth need an additional method in Typerel (to differentiate allowing to _search_ for relations from allowing to _create_ them).
Obsolete with addition of proper extension code