tango-app-ui-manage-tickets 3.7.0-beta.12 → 3.7.0-beta.13
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.
|
@@ -2319,6 +2319,8 @@ class FootfallDicComponent {
|
|
|
2319
2319
|
this.footfallMulticurrentPage = Number(pageOffset);
|
|
2320
2320
|
this.footfalloffset = Number(pageOffset);
|
|
2321
2321
|
this.footfalllimit = 10;
|
|
2322
|
+
this.allSelectValue = false;
|
|
2323
|
+
this.cancel();
|
|
2322
2324
|
this.dataStoreView();
|
|
2323
2325
|
}
|
|
2324
2326
|
onFootfallMultiPageSizeChange(pageSize) {
|
|
@@ -2326,7 +2328,6 @@ class FootfallDicComponent {
|
|
|
2326
2328
|
this.pageSizeFootfall = Number(pageSize);
|
|
2327
2329
|
this.footfallMulticurrentPage = 1;
|
|
2328
2330
|
this.footfalloffset = 1;
|
|
2329
|
-
this.popupOpen('approved', this.selectedRevopsType?.value);
|
|
2330
2331
|
this.dataStoreView();
|
|
2331
2332
|
}
|
|
2332
2333
|
toggleStoreSelection(store) {
|
|
@@ -2720,6 +2721,8 @@ class FootfallDicComponent {
|
|
|
2720
2721
|
cancel() {
|
|
2721
2722
|
// this.allSelected = false;
|
|
2722
2723
|
// this.allSelectValue = false;
|
|
2724
|
+
if (this.selectedRevopsType?.value !== '')
|
|
2725
|
+
this.allSelectValue = false;
|
|
2723
2726
|
// Clear all selected flags from the data
|
|
2724
2727
|
for (const ticket of this.footfallTicketsData) {
|
|
2725
2728
|
const source = ticket._source;
|