Skip to content

Commit

Permalink
['debug:translation', 'translation:extract'] commands cause issue on …
Browse files Browse the repository at this point in the history
…11.1.4 #199
  • Loading branch information
ctippler committed Jan 31, 2024
1 parent 0337adb commit 6a5549a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/CommandsValidator.php
Expand Up @@ -35,6 +35,8 @@ public function __construct(string $strategy = 'default', array $whiteList = [],
{
$this->setStrategy($strategy);
$this->setWhiteList($whiteList);
//add 'debug:translation', 'translation:extract' as they cause issues on Pimcore 11.1.4
$blackList = array_merge($blackList, ['debug:translation', 'translation:extract']);
$this->setBlackList($blackList);
}

Expand Down

0 comments on commit 6a5549a

Please sign in to comment.