fix file naming of moduleValidation items
This commit is contained in:
@@ -258,7 +258,7 @@ function getArrayItemName(propertyName, item, index, totalCount) {
|
||||
}
|
||||
|
||||
if (propertyName === 'moduleValidation' && typeof item === 'string') {
|
||||
const rawOrderValue = extractXmlValueFromSection(item, 'System', 'COL0003');
|
||||
const rawOrderValue = extractXmlValueFromSection(item, 'System', 'COL0004');
|
||||
if (rawOrderValue) {
|
||||
const sanitized = sanitizeFileName(rawOrderValue);
|
||||
if (sanitized) {
|
||||
|
||||
Reference in New Issue
Block a user