Skip to content

Commit

Permalink
Merge pull request #36 from experius/feature/P246-149
Browse files Browse the repository at this point in the history
[FEATURE][P246-149] Remove call to removed function updateJsTranslati…
  • Loading branch information
mhaagen85 authored Dec 21, 2023
2 parents 0e88455 + 0e7dc01 commit 93259ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/Adminhtml/Translation/InlineEdit.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function execute(): ResultInterface
$model->setData(array_merge($data, $postItems[$modelId]));
$this->translationRepository->save($model);

$this->helper->updateJsTranslationJsonFiles($data['locale']);
} catch (LocalizedException $e) {
$messages[] = "[Translation ID: {$modelId}] {$e->getMessage()}";
$error = true;
Expand Down

0 comments on commit 93259ad

Please sign in to comment.