N°6431 - CSV bulk export text delimiter option not initialized correctly

This commit is contained in:
Benjamin Dalsass
2023-06-16 15:50:28 +02:00
parent 52820925b1
commit 2cca57c7fa

View File

@@ -164,7 +164,7 @@ class CSVBulkExport extends TabularBulkExport
foreach ($aQualifiers as $sVal => $sLabel) {
$oRadio = InputUIBlockFactory::MakeForInputWithLabel($sLabel, "text-qualifier", htmlentities($sVal, ENT_QUOTES, 'UTF-8'), $sLabel, "radio");
$oRadio->GetInput()->SetIsChecked(($sVal == $sRawSeparator));
$oRadio->GetInput()->SetIsChecked(($sVal == $sRawQualifier));
$oRadio->SetBeforeInput(false);
$oRadio->GetInput()->AddCSSClass('ibo-input--label-right');
$oRadio->GetInput()->AddCSSClass('ibo-input-checkbox');