mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
committed by
Denys Vuika
parent
4c7a95c7e6
commit
5102f7d64d
@@ -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',
|
||||
|
Reference in New Issue
Block a user