sf-i-events 1.0.661 → 1.0.662
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 +1 -1
- package/sf-i-events.js +2 -2
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +2 -2
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -6759,7 +6759,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
6759
6759
|
mmddyyyy = selectedId.split('-')[10] + '/' + selectedId.split('-')[11] + '/' + selectedId.split('-')[12];
|
|
6760
6760
|
//console.log(entityId, locationId, eventId, mmddyyyy);
|
|
6761
6761
|
await this.uploadReview(entityId, locationId, mmddyyyy, eventId, comments, approved);
|
|
6762
|
-
this.setSuccess("Updating, please wait...");
|
|
6762
|
+
this.setSuccess("Updating " + (k + 1) + "/" + this.selectedItemIds.length + ", please wait...");
|
|
6763
6763
|
await this.sleep(2000);
|
|
6764
6764
|
this.clearMessages();
|
|
6765
6765
|
}
|
|
@@ -6912,7 +6912,7 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
6912
6912
|
if (parseInt(makercheckersL) > 0) {
|
|
6913
6913
|
await this.uploadReview(entityId, locationId, mmddyyyy, eventId, "Auto approved", true);
|
|
6914
6914
|
}
|
|
6915
|
-
this.setSuccess("Updating, please wait...");
|
|
6915
|
+
this.setSuccess("Updating " + (k + 1) + "/" + this.selectedItemIds.length + ", please wait...");
|
|
6916
6916
|
await this.sleep(2000);
|
|
6917
6917
|
this.clearMessages();
|
|
6918
6918
|
}
|