From 9ab593952c0a56cc2b9d203b1383599a47a18355 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Tue, 18 Jul 2023 14:15:34 -0400 Subject: [PATCH] FOUR-9240 --- ProcessMaker/Events/FilesCreated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessMaker/Events/FilesCreated.php b/ProcessMaker/Events/FilesCreated.php index 6257786715..f3e84e065b 100644 --- a/ProcessMaker/Events/FilesCreated.php +++ b/ProcessMaker/Events/FilesCreated.php @@ -37,7 +37,7 @@ public function __construct(int $fileId, ProcessRequest $data) // Link to file in the package $this->name = [ 'label' => $this->media['name'], - 'link' => route('file-manager.index', ['public/' . $this->media['name']]), + 'link' => route('file-manager.index', ['public/' . $this->media['file_name']]), ]; } else { $this->processName = $data->getAttribute('name');