mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2499] DocumentList - custom name column link does not have a role (#1188)
* custom element as accessibility link * fix focus outline * internationalization key * folder link aria-label * use not folder evaluation for shared files
This commit is contained in:
committed by
Suzana Dirla
parent
ee93ac3e0f
commit
2aa44ac6d8
@@ -102,7 +102,7 @@ export class CustomNameColumnComponent extends NameColumnComponent
|
||||
}
|
||||
|
||||
isFile(): boolean {
|
||||
return this.node && this.node.entry && this.node.entry.isFile;
|
||||
return this.node && this.node.entry && !this.node.entry.isFolder;
|
||||
}
|
||||
|
||||
isFileWriteLocked(): boolean {
|
||||
|
Reference in New Issue
Block a user