From 29ed1123f86a0750aeb5740d4a7310e35a6f37ea Mon Sep 17 00:00:00 2001 From: Kirill Malakhov Date: Thu, 22 Apr 2021 09:47:44 +0300 Subject: [PATCH] Fix fetch of parce.xml on client (#49) - fix fetch of parce.xml on client - update to v3.3.1 --- CHANGELOG.md | 7 +++++++ static/javascripts/recap-en.js | 3 ++- templates/changelog.html | 9 ++++++++- templates/en.html | 2 +- templates/index.html | 4 ++-- templates/ua.html | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5023403..0be70ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v3.3.1, 2021-04-21 + +### 🔴 Виправлення помилок + +- ENG🇬🇧 виправлено шлях для отримання **parce.xml** на клієнтській частині; +- UKR🇺🇦 ENG🇬🇧 дрібні виправлення. + ## v3.3.0, 2021-04-21 ### ⚠️ Зауваження diff --git a/static/javascripts/recap-en.js b/static/javascripts/recap-en.js index e574883..63874e5 100644 --- a/static/javascripts/recap-en.js +++ b/static/javascripts/recap-en.js @@ -795,7 +795,8 @@ function fetchFileToRecapService() { }) // fetch to parce.xml for NER .then(next => { - return fetch('/ken/api/en/file/parcexml', { + // return fetch('/ken/api/en/file/parcexml', { + return fetch('/ken/api/en/parcexml', { method: 'post', body: form }) diff --git a/templates/changelog.html b/templates/changelog.html index a039a20..34fc924 100644 --- a/templates/changelog.html +++ b/templates/changelog.html @@ -3,7 +3,14 @@ CHANGELOG -

v3.3.0, 2021-04-21

+

v3.3.1, 2021-04-21

+

🔴 Виправлення помилок

+ +

v3.3.0, 2021-04-21

⚠️ Зауваження