-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
NEW
-
NEW
Inside ScenarioGridColumn there is a "readOnly" flag with public accessors (getter/setter).
Remove the property and the setter.
Let the "gettert" evaluate at runtime based on:
type (Index/description/given/expected;
if Index -> always true (redOnly)
if description ->A always false (= *not readonly)
if given/expected: depends on isInstanceAssigned/isPropertyAssigned
- is incorporated by
-
DROOLS-3252 Minor fixes
- Closed