This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-4a36b360-3412-4558-8474-df63bd798e3a XWIKI-23163 Open

Templates with nested pages should drop history of all pages

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-0f0d455e-9279-456f-ab07-80b745b8cefe Uwe Mannl created this issue on 05/May/25 11:31
 
Summary: Templates with nested pages should drop history of all pages
Issue Type: cid:jira-generated-image-avatar-4a36b360-3412-4558-8474-df63bd798e3a Improvement
Affects Versions: 16.10.5
Assignee: Unassigned
Components: Template API
Created: 05/May/25 11:31
Priority: cid:jira-generated-image-static-major-0dc1c2e6-f6bc-4f0b-b6b4-092ff552f833 Major
Reporter: Uwe Mannl
Description:

Hi!

Currently, only the history of the specific template page is dropped, but not of nested child pages.

Example:

  • Page A has many edits and a long page history.
  • Page B is nested under page A and has also a long history.
  • In my template provider, I define page A as the template page.
  • When using the template provider, as result we get a copy of page A with copy of page B nested under it.

But only the new page of A has a clean history. The new page of B has it's original history, which is not useful.