sr-npm 1.7.996 → 1.7.998
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -142,6 +142,7 @@ async function handleParams(_$w,param,values) {
|
|
|
142
142
|
valuesAsArray=valuesAsArray.filter(value=>value.trim()!=='');
|
|
143
143
|
console.log("valuesAsArray: ",valuesAsArray);
|
|
144
144
|
console.log("param: ",param);
|
|
145
|
+
|
|
145
146
|
let selectedIndices=[];
|
|
146
147
|
const field=getFieldByTitle(fieldTitlesInCMS[param],allfields);
|
|
147
148
|
console.log("field: ",field);
|
|
@@ -163,6 +164,7 @@ async function handleParams(_$w,param,values) {
|
|
|
163
164
|
console.warn(`${param} value not found in dropdown options`);
|
|
164
165
|
}
|
|
165
166
|
}
|
|
167
|
+
|
|
166
168
|
console.log("existing after for loop: ",existing);
|
|
167
169
|
console.log("selectedIndices after for loop: ",selectedIndices);
|
|
168
170
|
selectedByField.set(field._id, existing);
|