@idsoftsource/initial-process 3.7.1 → 3.7.2

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.
@@ -9490,7 +9490,7 @@ class CertificationComponent {
9490
9490
  : '00000000-0000-0000-0000-000000000000',
9491
9491
  providerName: this.providerName,
9492
9492
  targetProviderId: this.providerId,
9493
- targetUserId: this.roleContextService?.tempUserContext()?.userId ?? '',
9493
+ targetUserId: this.roleContextService?.tempUserContext()?.userId ?? this.userId ?? '',
9494
9494
  userName: this.user.fullName,
9495
9495
  number: fullValue.number ? fullValue.number : null,
9496
9496
  issuedState: fullValue.issuedState ? fullValue.issuedState : null,
@@ -11049,7 +11049,7 @@ class LicensesComponent {
11049
11049
  : '00000000-0000-0000-0000-000000000000',
11050
11050
  targetProviderName: this.providerName,
11051
11051
  providerId: this.providerId,
11052
- targetUserId: this.roleContextService?.tempUserContext()?.userId ?? '',
11052
+ targetUserId: this.roleContextService?.tempUserContext()?.userId ?? this.userId ?? '',
11053
11053
  userName: this.user.fullName,
11054
11054
  number: fullValue.number ? fullValue.number : null,
11055
11055
  issuedState: fullValue.issuedState ? fullValue.issuedState : null,