Skip to content

Commit

Permalink
CC-30653: updated file validation with empty allowed types.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanhavrylko committed Aug 31, 2023
1 parent d9a2613 commit 6dc3299
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"spryker-feature/scheduled-prices": "dev-master as 202311.0",
"spryker-feature/search": "^202307.0",
"spryker-feature/shipment": "^202307.0",
"spryker-feature/spryker-core": "^202307.0",
"spryker-feature/spryker-core": "dev-master as 202311.0",
"spryker-feature/spryker-core-back-office": "^202307.0",
"spryker-feature/state-machine": "^202307.0",
"spryker-feature/tax": "^202307.0",
Expand Down
149 changes: 129 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/Pyz/Zed/FileManagerGui/FileManagerGuiConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ class FileManagerGuiConfig extends SprykerFileManagerGuiConfig
* @var bool
*/
protected const IS_FILE_EXTENSION_VALIDATION_ENABLED = true;

/**
* @var bool
*/
protected const IS_EMPTY_TYPES_VALIDATION_ENABLED = true;
}

0 comments on commit 6dc3299

Please sign in to comment.