#5454 closed defect (fixed)
Make all parameters unchangeable when -d=evaluateAllParameters is set
Reported by: | Francesco Casella | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | blocker | Milestone: | 1.14.0 |
Component: | *unknown* | Version: | |
Keywords: | Cc: | Per Östlund |
Description
See the test case in ticket:5377#comment:25
When the Evaluate all parameters option is set, parameters are apparently still modifiable in the variables browser, but if the simulation is re-run, this change does not affect the results of the simulation.
isValueChangeable
should be false when -d=evaluateAllParameters
is set.
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 5 years ago
Cc: | added |
---|
@perost, this is possibly related to #5516, could you please have a look before the 1.14.0 release?
Thanks!
comment:3 by , 5 years ago
Yes, this will also be fixed once I manage to get Jenkins to accept my PR.
Note:
See TracTickets
for help on using tickets.
isValueChangeable
should also be false for structural parameters, that get evaluated by the front-end. See test case in #5457.