Skip to content

Commit

Permalink
BVERSION-87 : "Convert to versioned" shouldn't be possible if no vers…
Browse files Browse the repository at this point in the history
…ion exists

- removing the page actions from book pages
  • Loading branch information
rstavro committed Jan 22, 2025
1 parent 4b8854f commit afabacf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
#end
</ul>
</dd>
#if($services.bookversions.isPage($docRef) || $isVersionedContent)
(!$services.bookversions.isBook($docRef) && ($services.bookversions.isPage($docRef) || $isVersionedContent))
<dt class="dropdown-header">$services.localization.render('BookVersions.adminMenu.pageActions')</dt>
<dd>
<ul>
Expand Down

0 comments on commit afabacf

Please sign in to comment.