mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-4798] - [adf-content-node-selector] File icons are not showing properly (#5054)
This commit is contained in:
parent
46247c6351
commit
f698892973
@ -225,8 +225,10 @@ export class ContentNodeDialogService {
|
||||
private imageResolver(row: ShareDataRow): string | null {
|
||||
const entry: Node = row.node.entry;
|
||||
if (!this.contentService.hasAllowableOperations(entry, 'create')) {
|
||||
if (this.isNodeFolder(entry)) {
|
||||
return this.thumbnailService.getMimeTypeIcon('disable/folder');
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user