[ACA-2704] move Locked By to aca-shared library (#1322)

* move component to aca-shared

* use aca-shared import

* update e2e

* fix selector prefix

* remove

* move node utils to aca-shared

* update reference

* fix lint

* fix linting
This commit is contained in:
Cilibiu Bogdan
2020-01-28 09:00:48 +02:00
committed by Denys Vuika
parent 4c7a95c7e6
commit 5102f7d64d
11 changed files with 58 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ import { Actions, ofType } from '@ngrx/effects';
import { Subject } from 'rxjs';
import { filter, takeUntil } from 'rxjs/operators';
import { NodeActionTypes } from '@alfresco/aca-shared/store';
import { isLocked } from '../../../utils/node.utils';
import { isLocked } from '@alfresco/aca-shared';
@Component({
selector: 'aca-custom-name-column',