in2code-de / powermail_cond

Add conditions (via AJAX) to TYPO3 powermail forms for fields and pages
8 stars 23 forks source link

Umlaut not working #90

Open arminevi opened 7 months ago

arminevi commented 7 months ago

I have a Powermail form with a checkbox field with multiple options. There are couple of options which contain umlauts. Take "Tischwäsche" as an example. Bildschirmfoto 2024-02-16 um 11 26 28

The actual field looks like this: Bildschirmfoto 2024-02-16 um 11 28 12

For this form I have also defined conditions. Bildschirmfoto 2024-02-16 um 11 30 13

Unfortunately conditions for words with umlauts do not apply. In typo3 v8 it worked but since I updated directly to typo3 v11 these conditions with umlauts don't apply anymore unless I define an optional value "Tischwaesche"

runepiper commented 6 months ago

We do have the same issue.

runepiper commented 6 months ago

Looks like https://github.com/in2code-de/powermail_cond/pull/85 fixes the issue for EXT:powermail_cond v10. @einpraegsam is it possible to backport the pull request into v10?