diff --git a/application/Espo/Tools/ExportCustom/ExportCustom.php b/application/Espo/Tools/ExportCustom/ExportCustom.php index 56e2550113..d3631e7e91 100644 --- a/application/Espo/Tools/ExportCustom/ExportCustom.php +++ b/application/Espo/Tools/ExportCustom/ExportCustom.php @@ -48,7 +48,7 @@ use ZipArchive; class ExportCustom { - private string $minVersion = '8.0.0'; + private string $minVersion = '9.1.0'; /** @var string[] */ private array $metadataFolderList = [ @@ -59,6 +59,7 @@ class ExportCustom 'selectDefs', 'aclDefs', 'entityAcl', + 'logicDefs', 'formula', ];