From: Vincent Vanwaelscappel Date: Thu, 21 Dec 2023 16:34:49 +0000 (+0100) Subject: wait #6482 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3a0db1ed9841a640ab4ada9ffdb407af3e0ebc2c;p=fluidbook-toolbox.git wait #6482 @2 --- diff --git a/resources/views/fluidbook_publication/link_editor.blade.php b/resources/views/fluidbook_publication/link_editor.blade.php index ecd5ab57c..ea97c860e 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();