Closed fritzmg closed 2 years ago
I also notice that getPushImportResult
will return a string that already contains <ul>...</ul>
. However, Feed::execute
will again wrap it in <ul>...</ul>
, producing invalid HTML:
Hi @fritzmg, thank you for your report. Let me check this issue also on my environment and take a look at your PR and I'll back to you with more information
Hi @fritzmg, after checking your report I have made a conclusion that the bug you reported also affect an information modal window which was add to give users more info about feed export/import statuses.
I have add new changes to cover this and for now there is no error while exporting on NG version and on 7.x version as well.
You also can check pull request for your version of plugin - https://github.com/FACT-Finder-Web-Components/magento2-module/pull/391
Hi @fritzmg, regarding to my previous comment I'm also what to ask do you agree if I close Your pull-request and replace it with my one?
My PR solve the problem which You have reported and solve one more overlooked issue while exporting feed from Magento2 Admin panel
Yes, I closed my PR now.
We currently get the following error when trying to export the product feed:
This error was introduced in https://github.com/FACT-Finder-Web-Components/magento2-module/commit/bda8b3a8c6f147670c0e7741f1c27f4b544d8b2e The changes in https://github.com/FACT-Finder-Web-Components/magento2-module/commit/bda8b3a8c6f147670c0e7741f1c27f4b544d8b2e assume, that the import response will always contain JSON data with the
importType
andstatusMessages
(see also the test). However, in our case the array returned byimport
is always empty. May be because we are on 7.3 and not NG?