From d022c44ff7128aa283cfad841d9ff4251b18f043 Mon Sep 17 00:00:00 2001 From: Aitor <93147185+Aitor-Corrales@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:36:51 +0200 Subject: [PATCH] Fix a bug in the initial setup configuration (#289) * Fix a bug in the initial setup configuration * Upgrade version --- composer.json | 2 +- etc/module.xml | 2 +- view/adminhtml/templates/setup.phtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 90ff2ea..737e0f1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doofinder/doofinder-magento2", - "version": "0.13.2", + "version": "0.13.3", "description": "Doofinder module for Magento 2", "type": "magento2-module", "require": { diff --git a/etc/module.xml b/etc/module.xml index 413adc1..1d4a2b8 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/view/adminhtml/templates/setup.phtml b/view/adminhtml/templates/setup.phtml index 736f763..4001923 100644 --- a/view/adminhtml/templates/setup.phtml +++ b/view/adminhtml/templates/setup.phtml @@ -151,7 +151,7 @@ "buttonLogin": "#login-btn", "signupEndpoint": "escapeUrl($this->helper(Doofinder\Feed\Helper\StoreConfig::class)->getSignupEndpoint()) ?>", "loginEndpoint": "escapeUrl($this->helper(Doofinder\Feed\Helper\StoreConfig::class)->getLoginEndpoint()) ?>", - "paramsPopup": "escapeHtml($block->getParamsPopup()) ?>", + "paramsPopup": "getParamsPopup() ?>", "checkAPIKeyUrl": "escapeUrl($block->getCheckAPIKeyUrl()) ?>", "createStoreUrl": "escapeUrl($block->getCreateStoreUrl()) ?>", "doofinderConnectUrl": "escapeUrl($block->getDoofinderConnectUrl()) ?>"