mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix prefix adf- import (#2657)
* fix prefix adf- import * missing conf file prefix replacement * fix demo shell start
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { CommentProcessModel, UserProcessModel } from '@alfresco/core';
|
||||
import { DataRowEvent, ObjectDataRow } from '@alfresco/core';
|
||||
import { CommentProcessModel, UserProcessModel } from '@alfresco/adf-core';
|
||||
import { DataRowEvent, ObjectDataRow } from '@alfresco/adf-core';
|
||||
import { CommentListComponent } from './comment-list.component';
|
||||
|
||||
const testUser: UserProcessModel = new UserProcessModel({
|
||||
|
Reference in New Issue
Block a user