-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2018 Week 11-12, 2018 Week 13-14
-
-
NEW
-
NEW
Undo and consequent Redo of commands which manipulates context entries (basically all) for non trivial scenarios does not update user interface correctly.
In the steps for reproduce used AddRuleCommand, but generally it can be reproduced with any command.
Acceptance test
Prerequisite
- Prepare decision node that has context table as top level expression
- Add all expression types into this context table
- Function, Decision Table, Relation, Invocation, Literal expression, Context
- Save and reopen
Test
- for each expression type
- execute command
- Literal Expression: type value
- Context: adding entry, deleting entry
- Decision table: change hit policy, add / remove input, add / remove output, add / remove rule, rename header cell, change data cell
- Relation: add/remove row, add/remove column, change cell value
- Function: change language, add/remove parameter, rename parameter, change cell value
- Invocation: insert/remove parameter, change cell value
- undo two times (to return into DRD)
- redo two times (the original command should take effect)
- execute command
- is related to
-
DROOLS-2301 Decision Table editor
- Closed