app name and flat file download, minor bugfix
This commit is contained in:
parent
f3a3b00e95
commit
ab3bc4040f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user