hello all,
Since the upgrade from version 13.10 to 14.6 and now also with 14.10, we have a problem with the display of notifications in subwikis.
We use url-based wikis.
Everything works fine in the main wiki. In the subwikis, the notification does not show the correct link to the wiki page, and the author and the photo from the profile are not displayed correctly either.
Viewed as HTML one can see, that both, link to the wiki page and the profile, are generated as relative URLs.
<div class="notification-description">
bearbeitet von <span class="notification-event-user" data-xwiki-lightbox="false">
<img src="/bin/download/XWiki/JWielsch/123_klein%20-%20Kopie.jpg?width=40&height=40&keepAspectRatio=true&rev=1.2" alt="Johannes Wielsch"><span class="wikilink"><a href="/bin/view/XWiki/JWielsch">Johannes Wielsch</a></span> </span>
<div><small class="text-muted">vor 1 Woche</small></div>
</div>
Any help or info where i should start is appreciated!
Regards, Johannes