We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8854f commit afabacfCopy full SHA for afabacf
application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
@@ -529,7 +529,7 @@
529
#end
530
</ul>
531
</dd>
532
- #if($services.bookversions.isPage($docRef) || $isVersionedContent)
+ (!$services.bookversions.isBook($docRef) && ($services.bookversions.isPage($docRef) || $isVersionedContent))
533
<dt class="dropdown-header">$services.localization.render('BookVersions.adminMenu.pageActions')</dt>
534
<dd>
535
<ul>
0 commit comments