Skip to content

Commit

Permalink
bugfix/CXSPA-9251: DI of CDC-B2B services are not effective (#19872)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjana-bl authored Jan 21, 2025
1 parent b8306e9 commit ab97d5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import { CdcUserListService } from './cdc-user-list.service';
provide: UserListService,
useExisting: CdcUserListService,
},
{ provide: B2BUserService, useClass: CdcB2BUserService },
userCmsConfig.cmsComponents?.ManageUsersListComponent?.providers ||
[],
],
Expand All @@ -48,6 +49,7 @@ import { CdcUserListService } from './cdc-user-list.service';
provide: B2BUserService,
useExisting: CdcB2BUserService,
},
{ provide: OrgUnitService, useClass: CdcOrgUnitService },
unitsCmsConfig.cmsComponents?.ManageUnitsListComponent?.providers ||
[],
],
Expand Down

0 comments on commit ab97d5e

Please sign in to comment.