Adding variable name in literal expression removes DRD view
See original GitHub issueDescribe the bug
If you enter a Literal expression box from a DRD, you will see the on your right the panel where you enter details of the expression and on the left is the DRD that you entered from.
If you start typing in the Variable Name
field on the right, the DRD on the left will disapear
Steps to reproduce
- Create new Camunda 8 DMN Diagram
- Add a box to the canvas and change it to a Literal expression
- Open the literal expression box
- Type anything into the variable name field
- Observe the items in the DRD panel disapear.
Expected behavior
The items on the DRD should be unaffected by naming a variable.
Environment
- OS: Windows 10
- Camunda Modeler Version: 5.1.0
- Execution Platform: Camunda 8
- Installed plug-ins: […]
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Chapter 3. Creating and editing DMN models in Business ...
Begin adding components to your new or imported DMN decision requirements diagram (DRD) by clicking and dragging one of the DMN nodes from...
Read more >Literal Expression | Enterprise Architect User Guide
A Literal Expression is the simplest form of DMN expression. ... In the generated code, the space inside a variable name will be...
Read more >DMN — All Issues - OMG Issue Tracker
Key Issue Reported Fixed Disposition
DMN15‑18 Enumerations can only be defined as strings DMN 1.1
DMN15‑31 Collect decision tables DMN 1.1
DMN14‑11 Expressions cannot be used...
Read more >User-defined literals (since C++11) - cppreference.com
c) otherwise, if the overload set includes a numeric literal operator template, the user-defined literal expression is treated as a function ...
Read more >Use dynamic variable names in JavaScript - Stack Overflow
TL;DR. eval operator can run string expression in the context it called and return variables from that context;; literal object theoretically can ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting! I can’t reproduce this on version
5.0.0
, so I’m moving this to ready as a regression from the last release 👍Fixed by https://github.com/camunda/camunda-modeler/pull/3080.