sr-npm 1.7.674 → 1.7.675
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
|
@@ -141,7 +141,7 @@ async function loadJobs(_$w) {
|
|
|
141
141
|
|
|
142
142
|
// Build CheckboxGroup options for this field
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
const counter={}
|
|
145
145
|
for(const [key, value] of valuesByFieldId) {
|
|
146
146
|
console.log("elemenet: ",key)
|
|
147
147
|
for(const field of fields) {
|
|
@@ -158,7 +158,7 @@ async function loadJobs(_$w) {
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
optionsByFieldId.set(key, originalOptions);
|
|
161
|
-
|
|
161
|
+
|
|
162
162
|
|
|
163
163
|
for (const val of allvaluesobjects) {
|
|
164
164
|
counter[val.title]=val.totalJobs
|