sr-npm 1.7.1200 → 1.7.1201

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.1200",
3
+ "version": "1.7.1201",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -404,8 +404,9 @@ async function loadJobsRepeater(_$w) {
404
404
  ActivateURLOnchange=false;
405
405
  const previousSelectedSize=selectedByField.size;
406
406
  if (selected && selected.length) {
407
- handleConsiderAllJobs(previousSelectedSize,selectedByField.size);
407
+
408
408
  selectedByField.set(field._id, selected);
409
+ handleConsiderAllJobs(previousSelectedSize,selectedByField.size);
409
410
  if(fieldTitle==="brand" || fieldTitle==="storename") {
410
411
  //in this case we need the label not valueid
411
412
  const valueLabels=getValueFromValueId(selected,value);
@@ -417,6 +418,7 @@ async function loadJobsRepeater(_$w) {
417
418
 
418
419
  } else {
419
420
  selectedByField.delete(field._id);
421
+ handleConsiderAllJobs(previousSelectedSize,selectedByField.size);
420
422
  queryParams.remove([fieldTitle ]);
421
423
  }
422
424