sr-npm 1.7.679 → 1.7.681
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
|
@@ -140,7 +140,8 @@ async function loadJobs(_$w) {
|
|
|
140
140
|
for(const city of cities) {
|
|
141
141
|
counter[city.city]=city.count
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
console.log("valuesByFieldId: ",valuesByFieldId)
|
|
144
|
+
console.log("fields: ",fields)
|
|
144
145
|
for(const [key, value] of valuesByFieldId) {
|
|
145
146
|
for(const field of fields) {
|
|
146
147
|
if(field._id===key) {
|
|
@@ -309,8 +310,11 @@ async function loadJobs(_$w) {
|
|
|
309
310
|
let base = optionsByFieldId.get(fieldId) || [];
|
|
310
311
|
console.log("base: ",base)
|
|
311
312
|
const countsMap = countsByFieldId.get(fieldId) || new Map();
|
|
313
|
+
console.log("before if statement dontUpdateThisCheckBox: ",dontUpdateThisCheckBox)
|
|
314
|
+
console.log("fieldId: ",fieldId)
|
|
312
315
|
if(dontUpdateThisCheckBox===fieldId)
|
|
313
316
|
{
|
|
317
|
+
console.log("dontUpdateThisCheckBox is not null so returning")
|
|
314
318
|
dontUpdateThisCheckBox=null;
|
|
315
319
|
return;
|
|
316
320
|
}
|