Skip to content

Commit

Permalink
JobShell load localizations synchronous (CO-2878) (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda authored Jan 3, 2025
1 parent ef1f702 commit 7be7e93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Console/Command/JobShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ function main() {
$this->out(_txt('er.lock', array($e->getMessage())), 1, Shell::QUIET);
return;
}

// Load localizations
$this->CoLocalization->load($this->params['coid']);

$this->dispatch($command, $this->params);

Expand Down

0 comments on commit 7be7e93

Please sign in to comment.