mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
remove fetchNodes from generic page component (#372)
This commit is contained in:
committed by
Denys Vuika
parent
71ac843c5f
commit
e94bf5340d
@@ -84,10 +84,6 @@ export class SharedFilesComponent extends PageComponent implements OnInit, OnDes
|
||||
}
|
||||
}
|
||||
|
||||
fetchNodes(parentNodeId?: string) {
|
||||
// todo: remove once all views migrate to native data source
|
||||
}
|
||||
|
||||
/** @override */
|
||||
isFileSelected(selection: Array<MinimalNodeEntity>): boolean {
|
||||
return selection && selection.length === 1;
|
||||
|
Reference in New Issue
Block a user