remove fetchNodes from generic page component (#372)

This commit is contained in:
Cilibiu Bogdan
2018-05-31 16:35:57 +03:00
committed by Denys Vuika
parent 71ac843c5f
commit e94bf5340d
9 changed files with 0 additions and 28 deletions

View File

@@ -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;