Plugin Intranda Workflow ExcelImport: Regex Error

Hi. There’s a javascript Chrome console error complaining that the default regex in plugin_intranda_workflow_excelimport.xml is faulty (an unexpected closing bracket), which prevents the upload of Excel files. I’ve fixed it by changing:

<allowed-file-extensions>/(\\.|\\/)(xls|xlsx)$/</allowed-file-extensions>

to:

<allowed-file-extensions>/.*\.(xls|xlsx)$/</allowed-file-extensions>

Best wishes,
Stephen

1 „Gefällt mir“

Oh. You are right. Another change in the documentation needed for this. Thanks for this. Will adapt it tomorrow.

Steffen

1 „Gefällt mir“