#3737 closed defect (fixed)
Omedit creates wrong pathnames when objects are moved
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.4 |
Component: | OMEdit | Version: | v1.9.4-dev-nightly |
Keywords: | Cc: |
Description (last modified by )
This ticket is different, but related to #3608
It regards the fact that when dragging components from a package, OMEdit generates wrong pathnames.
Steps to reproduce:
1) load and open Rpkg.mo
2) open model ER. Check it -> ok
3) drag SimpleR on the model. The following correct code is generated:
SimpleR simpleR1 ;
4) move simpleR1 using mouse or keyboard. The code is changed into:
Rpkg.SimpleR simpleR1;
This code is wrong and generates an error message when checking the component.
Note that at step 4) the simpleR1 icon is displayed, even though the component should be not visible (and is not visible to OMC, indeed), because of #3608.
Attachments (1)
Change History (5)
by , 9 years ago
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Priority: | high → critical |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in b1364f4/OMEdit.