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') {
|
if (propertyName === 'moduleValidation' && typeof item === 'string') {
|
||||||
const rawOrderValue = extractXmlValueFromSection(item, 'System', 'COL0003');
|
const rawOrderValue = extractXmlValueFromSection(item, 'System', 'COL0004');
|
||||||
if (rawOrderValue) {
|
if (rawOrderValue) {
|
||||||
const sanitized = sanitizeFileName(rawOrderValue);
|
const sanitized = sanitizeFileName(rawOrderValue);
|
||||||
if (sanitized) {
|
if (sanitized) {
|
||||||
|
|||||||
Reference in New Issue
Block a user