There is 1 comment.
 
 
Cristal / cid:jira-generated-image-avatar-9e2323c1-53e0-4505-8ff8-91f870d07149 CRISTAL-776 Open

The breadcrumb are not aligned between cristal and xwiki

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-4ac2e62a-5fbf-4756-ae11-644b3a792b34 Manuel Leduc on 18/Dec/25 14:12
 

Analysis

This is a combination of two things:

  1. the first "Home" segment that should be an icon (or not be there at all)
  2. the segments that are using the id of the page instead of it's title

For the second point, the rest endpoint (e.g., http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/A/spaces/B/pages/WebHome for A.B.WebHome) does not return the actual titles, so we need to either find another access point, or improve the rest endpoint to have the relevant information returned.