mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
remove fetchNodes from generic page component (#372)
This commit is contained in:
committed by
Denys Vuika
parent
71ac843c5f
commit
e94bf5340d
@@ -36,8 +36,6 @@ export abstract class PageComponent {
|
||||
return node.isLocked || (node.properties && node.properties['cm:lockType'] === 'READ_ONLY_LOCK');
|
||||
}
|
||||
|
||||
abstract fetchNodes(parentNodeId?: string, options?: any): void;
|
||||
|
||||
constructor(protected preferences: UserPreferencesService) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user