]
Jozef Marko commented on DROOLS-2398:
-------------------------------------
[~manstis] DROOLS-2262 is slightly different, will try to explain:
* DROOLS-2262
** if you add decision table
** increase width of input and output
** save and reopen
** The width of input and output will be reset to some default value, however all column
of decision table will be visible
* DROOLS-2398
** if you add decision table
** increase width of input and output
** save and reopen
** You won't see all decision table columns, there will be rendered something with
width of one column
Makes sense?
[DMN Designer] Change of function discards width of parent column
-----------------------------------------------------------------
Key: DROOLS-2398
URL:
https://issues.jboss.org/browse/DROOLS-2398
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.7.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Minor
Fix For: 7.7.0.Final
Attachments: Screenshot from 2018-03-21 09-34-25.png
Issue found during review of DROOLS-2368 but not sure if related, most probably not.
Change of function definition discards width of parent column.
h2. Acceptance criteria
Recursively (to achieve 3 depth levels):
# Declare context entry
# Add 6 rows
# Configure first 5 rows as: Literal, Decision Table, Function, Invocation, Relation
# Configure the 6th row as Context and repeat with first step
At each depth level, check other columns width is updated when:
# Literal is
## updated, resized, cleared, removed
# Decision table is
## updated, resized, cleared, removed
# Function is
## updated, resized, cleared, removed
# Invocation is
## updated, resized, cleared, removed
# Relation is
## updated, resized, cleared, removed
# Context is
## updated, resized, cleared, removed
Column widths preserved after reopen (x)