From 3a0db1ed9841a640ab4ada9ffdb407af3e0ebc2c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 21 Dec 2023 17:34:49 +0100 Subject: [PATCH] wait #6482 @2 --- resources/views/fluidbook_publication/link_editor.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5