From 0e7dc01655d0bc0870975124e7bb77160124e28f Mon Sep 17 00:00:00 2001 From: Jitske Date: Tue, 21 Nov 2023 15:58:45 +0100 Subject: [PATCH] [FEATURE][P246-149] Remove call to removed function updateJsTranslationJsonFiles() --- Controller/Adminhtml/Translation/InlineEdit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller/Adminhtml/Translation/InlineEdit.php b/Controller/Adminhtml/Translation/InlineEdit.php index ddcfd01..17efab9 100755 --- a/Controller/Adminhtml/Translation/InlineEdit.php +++ b/Controller/Adminhtml/Translation/InlineEdit.php @@ -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;