in2code-de / powermail_cond

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

condition can not be triggered by checkbox (?type=3132 Error) #52

Closed nannione closed 3 years ago

nannione commented 3 years ago

Typo3 10.4.2, powermail 8.2.4. powermail_cond 8.0.1

it is not possible to show/hide any field by clicking a checkbox. This will cause same result as in https://github.com/einpraegsam/powermail_cond/issues/39 (....?type=3132 500 (Internal Server Error)) It does not matter if the rule is checks the checkbox value for notEmpty, 1 or a specific value, it all returns the same error. The error occurs also independently from any route enhancer settings.

nannione commented 3 years ago

Error does not appear with current dev version, so issue will be closed.