mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4868] [APS-1] adf-content-node-selector seems broken when we upload from External Alfresco content service (#5078)
This commit is contained in:
@@ -19,15 +19,21 @@ import { Injectable } from '@angular/core';
|
||||
import {
|
||||
AlfrescoApiCompatibility,
|
||||
ContentApi,
|
||||
Core
|
||||
Core,
|
||||
Node
|
||||
} from '@alfresco/js-api';
|
||||
/* tslint:disable:adf-file-name */
|
||||
import { Subject } from 'rxjs';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class ExternalAlfrescoApiService {
|
||||
|
||||
/**
|
||||
* Publish/subscribe to events related to node updates.
|
||||
*/
|
||||
nodeUpdated = new Subject<Node>();
|
||||
|
||||
protected alfrescoApi: AlfrescoApiCompatibility;
|
||||
|
||||
getInstance(): AlfrescoApiCompatibility {
|
||||
|
Reference in New Issue
Block a user