tango-app-ui-ticket-user 3.0.43-dev → 3.0.44-dev

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.
@@ -521,7 +521,7 @@ class InfraticketsComponent {
521
521
  ]);
522
522
  }
523
523
  else if (value?.issueType == 'mat') {
524
- if (this.functionType == 'storeMatupdate' || value.matStatus == 'Draft' || value.matStatus == 'closed') {
524
+ if (this.functionType == 'storeMatupdate' || value.matStatus == 'Draft') {
525
525
  this.router.navigateByUrl(`/tickets/employeetraining/${value.ticketId}/${value.storeId}?functionType=storeMatupdate`);
526
526
  }
527
527
  else {