sr-npm 1.7.847 → 1.7.848
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
|
@@ -241,7 +241,7 @@ async function loadJobsRepeater(_$w) {
|
|
|
241
241
|
console.log("valuesByFieldId: ", valuesByFieldId);
|
|
242
242
|
console.log("allvaluesobjects: ", allvaluesobjects);
|
|
243
243
|
console.log("allfields: ", allfields);
|
|
244
|
-
|
|
244
|
+
|
|
245
245
|
// Build CheckboxGroup options for this field
|
|
246
246
|
|
|
247
247
|
const counter={}
|
|
@@ -267,6 +267,9 @@ async function loadJobsRepeater(_$w) {
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
countsByFieldId.set(key, new Map(originalOptions.map(o => [o.value, counter[o.label]])));
|
|
270
|
+
console.log("i am here 0 , field.title: ", field.title);
|
|
271
|
+
console.log("countsByFieldId: ", countsByFieldId);
|
|
272
|
+
console.log("optionsByFieldId: ", optionsByFieldId);
|
|
270
273
|
updateOptionsUI(_$w,field.title, field._id, ''); // no search query
|
|
271
274
|
_$w(`#${FiltersIds[field.title]}CheckBox`).selectedIndices = []; // start empty
|
|
272
275
|
console.log("i am here 1 , field.title: ", field.title);
|