app name and flat file download, minor bugfix

This commit is contained in:
Timo 2021-01-21 14:20:03 +02:00
parent f3a3b00e95
commit ab3bc4040f

View File

@ -317,7 +317,7 @@ export class FileManagementControllerService {
}
// to determine the Accept header
let httpHeaderAccepts: string[] = ['*/*'];
const httpHeaderAccepts: string[] = ['*/*'];
const httpHeaderAcceptSelected: string | undefined = this.configuration.selectHeaderAccept(httpHeaderAccepts);
if (httpHeaderAcceptSelected !== undefined) {
headers = headers.set('Accept', httpHeaderAcceptSelected);