Wrong zip filename

Created on 12 February 2024, 4 months ago

Problem/Motivation

Hi

When generating the zip file of submissions's files, I'm getting a file named _XX_files.zip (where XX is the submission's ID)
The name of the webform is not passed.

Steps to reproduce

Drupal 10.2.x

Proposed resolution

Change :

    $filename = $webform . '_' . $webform_submission_id . '_files';

by

    $filename = $webform_id . '_' . $webform_submission_id . '_files';
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇫🇷France Striknin Lyon

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024