There is 1 comment.
 
 
Book Versions / cid:jira-generated-image-avatar-0a3d85d9-11dc-4668-931e-e420d73b7e6a BVERSION-57 Reopened

The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-e0fab65d-b362-482a-aea8-23f8de67699b Josué Tille on 22/Jan/25 18:30
 

Investigating about this I didn't really find a good solution to remove the BookVersions.Code.BookLibrarySheet while keeping the code to execute.

But maybe we could also just add this code on the top of the BookVersions.Code.BookLibrarySheet and it should fix the issue to show the correct page while the page is marked as deleted:

#if ($doc.getObject('BookVersions.Code.DeletedContentClass'))
  {{include reference="BookVersions.Code.DeletedContentSheet"/}}
  #stop
#end

Mathieu Pace what do you think ?