mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACS-3544 Fix accessibility issues in trashcan (#2659)
This commit is contained in:
@@ -53,7 +53,7 @@ import { TranslationService } from '@alfresco/adf-core';
|
|||||||
export class LocationLinkComponent implements OnInit {
|
export class LocationLinkComponent implements OnInit {
|
||||||
private _path: PathInfo;
|
private _path: PathInfo;
|
||||||
|
|
||||||
nodeLocation$ = new BehaviorSubject('');
|
nodeLocation$ = new BehaviorSubject(this.translationService.instant('APP.BROWSE.SEARCH.UNKNOWN_LOCATION'));
|
||||||
displayText: Observable<string>;
|
displayText: Observable<string>;
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
|
Reference in New Issue
Block a user