From: soufiane Date: Tue, 13 Feb 2024 16:16:47 +0000 (+0100) Subject: wait #6717 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=411d9ac860c88774752868f6cb741b42368a591e;p=fluidbook-toolbox.git wait #6717 @0:01 --- diff --git a/app/Console/Commands/FluidbookSettingsExport.php b/app/Console/Commands/FluidbookSettingsExport.php index 23de3b740..65b1754e4 100644 --- a/app/Console/Commands/FluidbookSettingsExport.php +++ b/app/Console/Commands/FluidbookSettingsExport.php @@ -89,7 +89,7 @@ class FluidbookSettingsExport extends ToolboxCommand $cell = $sheet->getCellByColumnAndRow($c, $line); $cell->setValue($key); $style = $sheet->getStyleByColumnAndRow($c, $line); - if(!$field[$key]['editable'] || $field[$key]['type'] === 'noteditable') { + if(!$field[$key]['editable'] || $field[$key]['type'] === 'noteditable' || $field[$key]['type'] === 'hidden') { $style->getProtection()->setLocked(Protection::PROTECTION_PROTECTED); $style->getFill()->setFillType(Fill::FILL_SOLID)->getStartColor()->setARGB('dddddd'); }