@idsoftsource/initial-process 2.7.5 → 2.7.7
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.
|
@@ -36547,8 +36547,6 @@ class ClaimProcessComponent {
|
|
|
36547
36547
|
}
|
|
36548
36548
|
return;
|
|
36549
36549
|
}
|
|
36550
|
-
// User already has roles — the localStorage type is no longer needed
|
|
36551
|
-
localStorage.removeItem(ClaimProcessComponent.ROLE_TYPE_KEY);
|
|
36552
36550
|
const BUSINESS = ['Provider', 'Contractor', 'InsuranceAgency', 'RealEstateCompany'];
|
|
36553
36551
|
const ZERO_GUID = '00000000-0000-0000-0000-000000000000';
|
|
36554
36552
|
const viewValues = this.userViewRoles.map(r => r.value);
|
|
@@ -36976,6 +36974,8 @@ class ClaimProcessComponent {
|
|
|
36976
36974
|
}
|
|
36977
36975
|
this.saveUserIndustries();
|
|
36978
36976
|
sessionStorage.removeItem(ClaimProcessComponent.SESSION_KEY);
|
|
36977
|
+
// User already has roles — the localStorage type is no longer needed
|
|
36978
|
+
localStorage.removeItem(ClaimProcessComponent.ROLE_TYPE_KEY);
|
|
36979
36979
|
this.submitSuccess = true;
|
|
36980
36980
|
this.isSubmitting = false;
|
|
36981
36981
|
this.uploadStatus = '';
|