View Issue Details

IDProjectCategoryView StatusLast Update
0007686OXID eShop (all versions)2.8. Servicepublic2025-12-15 14:49
ReporterSimonGassenschmidt Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0007686: Twig Template uses string instead of variable to enclose...
DescriptionApplication/views/admin_twig/tpl/genexport.html.twig

uses enclose("encl") so every entry gets enclosed by string encl instead of the variable encl which can be configured in admin-backend under Master Settings -> Core Settings -> Settings -> Other Settings -> CSV-Encloser for Im/Export and is defined in
vendor/oxid-esales/oxideshop-ce/source/Application/Controller/Admin/GenericExportDo.php
nextTick($cnt)

but then there seems to be an additional conversion, so e.g. " gets html entity "

 
Steps To ReproduceInstall Standard EE 7.1
General Export data in Service
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0007868 confirmedHR CSV export exports broken CSV 

Activities

QA

2025-12-15 14:49

administrator   ~0018293

New report with better description available, therefore this one is being closed.

BR
QA-SG-