mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-903] anything you use in template must not be private (#117)
This commit is contained in:
parent
358ffe2197
commit
860b637c9c
@ -314,7 +314,7 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private imageResolver(row: ShareDataRow): string | null {
|
imageResolver(row: ShareDataRow): string | null {
|
||||||
const entry: MinimalNodeEntryEntity = row.node.entry;
|
const entry: MinimalNodeEntryEntity = row.node.entry;
|
||||||
|
|
||||||
if (entry.isLocked) {
|
if (entry.isLocked) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user