Some intermediate code was left behind while transitioning to using a new helper function getObjects() which accepts a list of multiple predicates for ease of use. Currently, feature collections & features are not rendered on list pages. This is now fixed by using the new getObjects() function.
Also, objects on the /object page were not rendering links correctly if they had multiple links. The current logic was that links for parent objects may have included the prez:link for the focus object. This is now fixed with an extra filter condition.
Some intermediate code was left behind while transitioning to using a new helper function
getObjects()
which accepts a list of multiple predicates for ease of use. Currently, feature collections & features are not rendered on list pages. This is now fixed by using the newgetObjects()
function.Also, objects on the
/object
page were not rendering links correctly if they had multiple links. The current logic was that links for parent objects may have included theprez:link
for the focus object. This is now fixed with an extra filter condition.