You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Do not render empty eval and is_in instructions
This commit checks whether `eval` and `is_in` are not empty before they
are used as "input params" for the JavaScript part of the FormEngine.
Also, a plausibility check is added to ensure `eval=is_in` and a
non-falsy `is_in` configuration are given.
Resolves: #103184
Releases: main, 12.4
Change-Id: I23da4483f1b35b0720ce59d07847fe01ead9a461
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83085
Reviewed-by: Andreas Kienast <[email protected]>
Tested-by: core-ci <[email protected]>
Reviewed-by: Markus Klein <[email protected]>
Tested-by: Oliver Bartsch <[email protected]>
Tested-by: Andreas Kienast <[email protected]>
Reviewed-by: Oliver Bartsch <[email protected]>
Tested-by: Markus Klein <[email protected]>
0 commit comments