-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Decision TablebugSomething isn't workingSomething isn't workingneeds more informationRequires additional information to be actionable.Requires additional information to be actionable.
Description
Describe the Bug
When creating a new Decision Table, it is not possible to fill in all column names and expression names. Additionally, after editing an expression name in an existing Decision Table, it becomes impossible to edit the column name in another Decision Table.
Steps to Reproduce
First Bug:
- Download the Example (same as the Bundling Example but using a modeler instead of a viewer).
- Run
npm install. - Run
npm run all. - Create a new Decision Table.
- Fill in the first column name and expression.
- Attempt to fill in the second column name and expression - it doesn't work.
Second Bug:
- Follow steps 1-3 as above.
- Open an existing Decision Table and edit a column expression.
- Open another Decision Table and try to edit a column name - it doesn't work.
Expected Behavior
It should be possible to fill in all column names and expressions before creating the first row. Additionally, editing a column expression in one Decision Table should not prevent editing column names in other Decision Tables.
Environment
- NodeJS: 20.15.1 (with
NODE_OPTIONS=--openssl-legacy-provider) - Browser:
- Working: Firefox 128
- Not Working: Chrome 126.0.6478.183, Microsoft Edge 126.0.2592.102
- OS: Windows 10, macOS 14
- Library version: {"dmn-js": "16.6.1"}
bas001
Metadata
Metadata
Assignees
Labels
Decision TablebugSomething isn't workingSomething isn't workingneeds more informationRequires additional information to be actionable.Requires additional information to be actionable.