jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
693 stars 124 forks source link

Wrong context help in DMN Table Input definition dialog #2698

Closed gorbunkov closed 9 months ago

gorbunkov commented 10 months ago

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:

image

The current value is Expression like ${EXPRESSION}, but in ClassicUI (Jmix 1.5) it was

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.

KartnDev commented 10 months ago

Translations for this issue also added

konyashkina commented 9 months ago

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)