Problem/Motivation

The upload documentation (/admin/structure/webform/manage/{webformID}/results/upload) suggests encoding comma as %2E, but the URI encoding for comma is %2C. The code (webform/modules/webform_submission_export_import/src/WebformSubmissionExportImportImporter.php) properly parses %2C, but the notice on the page is wrong.

Proposed resolution

Change %2E to %2C on upload notes.

Comments

kwfinken created an issue. See original summary.

jrockowitz’s picture

Version: 6.0.3 » 8.x-5.x-dev
Status: Active » Fixed

  • 26792b5 committed on 8.x-5.x
    Issue #3218460: Encoding comma as %2C
    

  • 26792b5 committed on 6.x
    Issue #3218460: Encoding comma as %2C
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.