From: Vincent Vanwaelscappel Date: Tue, 23 Jan 2024 08:51:50 +0000 (+0100) Subject: wait #6653 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f41e30317e3c5bb0a7f3e74b2577f6df57304f48;p=fluidbook-toolbox.git wait #6653 @0:10 --- diff --git a/resources/views/fluidbook_publication/link_editor.blade.php b/resources/views/fluidbook_publication/link_editor.blade.php index 41d6873a3..913d9dfc1 100644 --- a/resources/views/fluidbook_publication/link_editor.blade.php +++ b/resources/views/fluidbook_publication/link_editor.blade.php @@ -16,7 +16,7 @@ $mh = max($mh,$fbdata['page_dimensions'][$i][1]); } $fbdata['pages_max_height']=$mh; - $theme=\App\Models\FluidbookTheme::find($fluidbook->theme); + $theme=\App\Models\FluidbookTheme::withoutGlobalScopes()->find($fluidbook->theme); /** @var \Cubist\Backpack\Magic\PageData $themeData */ $themeData=$theme->getPageData(); $themeRawData=$themeData->getRawData();