mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2263] Translation is missing on delete warning messages when user has no permission. (#2959)
* Fixed Translation missing on delete warning message
This commit is contained in:
committed by
Eugenio Romano
parent
78ab1ddffc
commit
744f4d9a7d
@@ -262,7 +262,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handlePermissionError(event: any) {
|
handlePermissionError(event: any) {
|
||||||
this.translateService.get('VERSION.NO_PERMISSION_EVENT', {
|
this.translateService.get('PERMISSON.LACKOF', {
|
||||||
permission: event.permission,
|
permission: event.permission,
|
||||||
action: event.action,
|
action: event.action,
|
||||||
type: event.type
|
type: event.type
|
||||||
|
Reference in New Issue
Block a user