tango-app-ui-manage-tickets 3.7.0-beta.68 → 3.7.0-beta.69
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/esm2022/lib/components/ticket-footfall-new/ticket-footfall-new.component.mjs +3 -2
- package/fesm2022/tango-app-ui-manage-tickets.mjs +2 -1
- package/fesm2022/tango-app-ui-manage-tickets.mjs.map +1 -1
- package/lib/components/audit-metrics/audit-metrics.component.d.ts +1 -1
- package/lib/components/ticket-footfall-new/ticket-footfall-new.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -4255,6 +4255,7 @@ class TicketFootfallNewComponent {
|
|
|
4255
4255
|
this.noData = false;
|
|
4256
4256
|
this.searchValue = this.searchValue?.trim() || "";
|
|
4257
4257
|
this.isExport = false;
|
|
4258
|
+
this.footfallListData = [];
|
|
4258
4259
|
this.setPermissionType(); // make sure it’s up-to-date
|
|
4259
4260
|
const filters = this.buildFiltersForApi();
|
|
4260
4261
|
this.service
|
|
@@ -6011,7 +6012,7 @@ class TicketFootfallNewComponent {
|
|
|
6011
6012
|
if (res && res.code === 200) {
|
|
6012
6013
|
// success
|
|
6013
6014
|
this.ts.getSuccessToast('Tickets closed successfully');
|
|
6014
|
-
this.
|
|
6015
|
+
this.viewTicket(this.tangoType);
|
|
6015
6016
|
this.selectedStores = [];
|
|
6016
6017
|
this.allSelected = false;
|
|
6017
6018
|
}
|