#3143 closed defect (duplicate)
Parameter modification bug
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | OMEdit | Version: | trunk |
Keywords: | Parameter | Cc: |
Description
One bug identified in version 1.9.2 beta1 up until r24481:
When modifying a parameter in the window opened by clicking on a component, the modification is not implemented in the model, as well as in the code view of the model.
Attachments (1)
Change History (14)
comment:1 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
follow-up: 4 comment:3 by , 10 years ago
The problem is in fat quite specific to having a redeclare in the component.
In the provided test case, i can only modify parameters for "pipe1", not for "pipe". The only difference is that in "pipe" that there is a "redeclare package".
comment:4 by , 9 years ago
No update on the subject? it is very painful to have to write the parameters directly in the code...
follow-up: 7 comment:6 by , 9 years ago
I've just tested the testbug.mo
model and I could modify the parameter without problem on both models. But then again there is no "redeclare" present in any of the pipe models. So I'm not sure if this test model is good enough to test the reported bug.
comment:7 by , 9 years ago
Replying to dietmarw:
I've just tested the
testbug.mo
model and I could modify the parameter without problem on both models. But then again there is no "redeclare" present in any of the pipe models. So I'm not sure if this test model is good enough to test the reported bug.
I just tested it and have the same bug again and here is the procedure to reproduce it:
1- View in the text part that line 2 there is a "redeclare package Medium = Medium"
2- Modify the parameter nParallel of "Pipe" to 2
3- In the text part, on line 2 the "redeclare package Medium = Medium" disappeared
comment:11 by , 9 years ago
ticket equivalent to Ticket 3783
Should be closed since duplication, no?
comment:12 by , 8 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Milestone changed to 1.9.3 since 1.9.2 was released.