Opened 7 years ago
Closed 7 years ago
#4547 closed enhancement (fixed)
Duplicate models should belong to the original model's package by default
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
When using the "Duplicate" feature of OMEdit, the tool always proposes to put the duplicate class in the global namespace. If the original model belongs to a package, this is not a good idea 99% of the times; if the package is nested deeply, it takes a lot of time to select it, which is especially annoying since the tool alrady knows it.
Please initialize the path of the duplicate model to the same as the original model's
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Milestone: | 1.13.0 → 1.12.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Done in 5422a2/OMEdit.
Note:
See TracTickets
for help on using tickets.
Also it will not work to duplicate it in the global name space. See also #4536.