Notification Problems in Subwikis

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.

image

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&amp;height=40&amp;keepAspectRatio=true&amp;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

Looks like a regression to me. Would be great if you could create a BUG on Loading....

1 Like

https://jira.xwiki.org/browse/XWIKI-20521

Thanks !