sr-npm 1.7.1205 → 1.7.1206

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.1205",
3
+ "version": "1.7.1206",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -274,6 +274,7 @@ async function handleParams(_$w,param,values) {
274
274
  const previousSelectedSize=selectedByField.size;
275
275
  if (updated.length) {
276
276
  selectedByField.set(fieldId, updated);
277
+
277
278
 
278
279
  queryParams.add({ [fieldTitle] : updated.map(val=>encodeURIComponent(val)).join(',') });
279
280
  } else {
@@ -467,6 +468,7 @@ function getValueFromValueId(valueIds, value) {
467
468
  if(selectedFieldId===fieldId) {
468
469
  const relevantFields=allvaluesobjects.filter(val=>val.customField===selectedFieldId)
469
470
  countsMap = new Map(relevantFields.map(val=>[val.valueId, val.count]));
471
+ considerAllJobs=false;
470
472
  }
471
473
  }
472
474
  if(dontUpdateThisCheckBox===fieldId && !clearAll && selectedByField.has(fieldId) )