Closed gorbunkov closed 9 months ago
Jmix version: 2.1.1
Context help text for the Process variable text field of the Input definition dialog in the DMN modeler is wrong:
The current value is Expression like ${EXPRESSION}, but in ClassicUI (Jmix 1.5) it was
Expression like ${EXPRESSION}
Type process variable name, e.g. <b>clientStatus</b>. \ If the variable is an entity, you may type its local field name: <b>order.amount</b>
The main problem that the value in this text field must not be wrapped in ${} as the hint suggests - it leads to runtime errors.
${}
Translations for this issue also added
Tested on Jmix version: 2.1.999-SNAPSHOT Jmix Studio plugin version: 2.1.3-233 IntelliJ version: IntelliJ IDEA 2023.3.3 (Ultimate Edition)
Environment
Jmix version: 2.1.1
Bug Description
Context help text for the Process variable text field of the Input definition dialog in the DMN modeler is wrong:
The current value is
Expression like ${EXPRESSION}
, but in ClassicUI (Jmix 1.5) it wasThe main problem that the value in this text field must not be wrapped in
${}
as the hint suggests - it leads to runtime errors.