mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3706] implement startedBy process filter property (#6077)
* [ACA-3706] implement startedBy filter property * fix lint * [ACA-3706] implement startedBy filter * replace initiator with people cloud component * small changes * fix user selection mode * revert unnecesary change * fix e2e * fix process filter e2e tests * fix more e2e Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { AlfrescoApiService } from './alfresco-api.service';
|
||||
import { Observable, from } from 'rxjs';
|
||||
import { Oauth2Auth } from '@alfresco/js-api';
|
||||
|
||||
export const JSON_TYPE = ['application/json'];
|
||||
|
||||
@@ -33,7 +34,7 @@ export interface OAuth2RequestParams {
|
||||
export class OAuth2Service {
|
||||
constructor(private alfrescoApiService: AlfrescoApiService) {}
|
||||
|
||||
get apiClient() {
|
||||
get apiClient(): Oauth2Auth {
|
||||
return this.alfrescoApiService.getInstance().oauth2Auth;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user