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
Using a condition in the label of a jsonConfig element, then translation not working
To Reproduce
create an element with e.g. such a label: "title": "${data.clientIsWhiteList ? \"Choose which client / guest should be included\" : \"Choose which client / guest should be excluded\"}"
Expected behavior
Translation should work if using conditions.
Screenshots & Logfiles
Adapter version
7.4.2
js-controller version
6.0.11
Node version
20
Operating system
Ubuntu 22.04. LTS
Additional context
No response
The text was updated successfully, but these errors were encountered:
No existing issues.
Describe the bug
Using a condition in the label of a jsonConfig element, then translation not working
To Reproduce
create an element with e.g. such a label:
"title": "${data.clientIsWhiteList ? \"Choose which client / guest should be included\" : \"Choose which client / guest should be excluded\"}"
Expected behavior
Translation should work if using conditions.
Screenshots & Logfiles
Adapter version
7.4.2
js-controller version
6.0.11
Node version
20
Operating system
Ubuntu 22.04. LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: