Merge pull request #12892 from ArtemDzhereleiko/AD/bug-fix/notification-center/rule/get-rule-chains
Fixed get rule chains for entity list component
This commit is contained in:
commit
1e562a9c25
@ -287,6 +287,11 @@ export class EntityService {
|
||||
case EntityType.OAUTH2_CLIENT:
|
||||
observable = this.oauth2Service.findTenantOAuth2ClientInfosByIds(entityIds, config);
|
||||
break;
|
||||
case EntityType.RULE_CHAIN:
|
||||
observable = this.getEntitiesByIdsObservable(
|
||||
(id) => this.ruleChainService.getRuleChain(id, config),
|
||||
entityIds);
|
||||
break;
|
||||
}
|
||||
return observable;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user