Skip to content

Commit

Permalink
NVSHAS-9647 Default group export file name format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsongsuse authored and BinX-Suse committed Nov 14, 2024
1 parent 67b41ce commit 34cba32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/webapp/websrc/app/common/utils/app.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export class UtilsService {
.get('Content-Disposition')
.split('=')[1]
.trim()
.replace(/^"|"$/g, '')
.split('.');
return `${filename[0]}_${this.parseDatetimeStr(new Date())}.${
filename[1]
Expand Down

0 comments on commit 34cba32

Please sign in to comment.