There are 6 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6bdb5c57-baa4-4822-acd0-b1dbf68d0ae5 XWIKI-20960 Closed

option 'preserve children' missing while the move/rename process

 
View issue   ยท   Add comment
 

6 updates

 
cid:jira-generated-image-avatar-0b402135-46ca-41fa-b5f9-ec50556bdd30 Changes by Vincent Massol on 29/Jan/26 14:32
 
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Vincent Massol
Resolution: Cannot Reproduce
Labels: bugfixingday
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-0b402135-46ca-41fa-b5f9-ec50556bdd30 Vincent Massol on 29/Jan/26 14:32
 

Simpel From what I see at https://github.com/xwiki/xwiki-platform/blob/638c2a7237f42713e37b21446393668dc370c253/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/refactoring_macros.vm#L62-L85 the only reason to not display the "preserve children" checkbox is if the page is terminal or doesn't have children (but the #countNestedDocuments() macro is not taking into account the hidden document setting so it should return the same value for all users.

All I could think of would be some browser cache but I don't see what CSS or JS code could cause this, and you said you changed browser (but even when switching you could have used the different browsers on older xwiki versions and have some resources cached).

This is going to be hard to fix if there's no way to reproduce it. Since it was open in 2023, do you still have the issue?

I'm going to tentatively assume you haven't and close it. Please reopen if you still have the issue and try to put reproduction steps from a client XWiki instance if possible.

Thx