There are two channels: news (with custom relation field related_map and locations.
I put the following in one template:
{exp:channel:entries channel="news" limit="1"}
...
{related_entries id="related_map"}
{channel_url}
{/related_entries}
{/exp:channel:entries}The result for channel_url is an URL which is only configured in the general configuration. Neither the “news” nor the “location” channel has this value. If I change channel_url to channel_title I get the correct value for the location channel. Is this a bug?