mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-38700] Use the job ID for the export name (#20675)
This commit is contained in:
@@ -34,7 +34,7 @@ func MakeWorker(jobServer *jobs.JobServer, app AppIface) model.Worker {
|
||||
}
|
||||
|
||||
outPath := *app.Config().ExportSettings.Directory
|
||||
exportFilename := model.NewId() + "_export.zip"
|
||||
exportFilename := job.Id + "_export.zip"
|
||||
|
||||
rd, wr := io.Pipe()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user