This commit is contained in:
SPRINX0\prochazka
2024-09-26 14:52:50 +02:00
parent e2f352149d
commit 6f1f5f84c6

View File

@@ -145,8 +145,12 @@
const newValues = {};
for (const source of newSources) {
if (values.fixedTargetPureName) {
newValues[`targetName_${source}`] = values.fixedTargetPureName;
newValues[`actionType_${source}`] = 'appendData';
if (!values[`targetName_${source}`]) {
newValues[`targetName_${source}`] = values.fixedTargetPureName;
}
if (!values[`actionType_${source}`]) {
newValues[`actionType_${source}`] = 'appendData';
}
}
}
valuesStore.set({