pass fileName to confirmation dialog
This commit is contained in:
parent
58c754f417
commit
0f2c40677c
@ -99,6 +99,9 @@ export class ReportsScreenComponent implements OnInit {
|
||||
question: _('confirmation-dialog.report-template-same-name.question'),
|
||||
confirmationText: _('confirmation-dialog.report-template-same-name.confirmation-text'),
|
||||
denyText: _('confirmation-dialog.report-template-same-name.deny-text'),
|
||||
translateParams: {
|
||||
fileName: file.name,
|
||||
},
|
||||
});
|
||||
|
||||
this._dialogService.openDialog('confirm', null, data, null, async result => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user