There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-88f8e817-137c-4af9-a4a8-75a7de996b11 XWIKI-24071 Open

Warning for annotations that could not be loaded when landing on a deleted page if "Display annotations by default" is enabled

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-a75ea953-960a-4a83-ab9b-f8bd3a30fc9b Changes by Ilie Andriuta on 02/Mar/26 15:35
 
Description: *Steps to reproduce*
# Go to Administer Wiki > Content > Annotations
# Tick “Display annotations by default” and Save
# Create a page (e.g. {{{}[http://localhost:8080/xwiki/bin/view/P1/]{}}})
# Delete the respective page
# Go to the deleted page (e.g. {{{}[http://localhost:8080/xwiki/bin/view/P1/]{}}})

*Expected results*

No warnings are displayed.

*Actual results*

Although no annotations were added before the page was deleted, the following warning is displayed:
{code:java}
Annotations could not be loaded because the content is not available.{code}
Sometimes to get the warning, a refresh or even hard refresh is needed after landing on the deleted page.

The issue was reproduced on XWiki 16.10.15 and 17.10.3 as well.