Changes between Initial Version and Version 1 of Ticket #5776
- Timestamp:
- 2020-01-09T10:52:05Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5776 – Description
initial v1 11 11 12 12 The implementation should take care of the package structure. For instance, when duplicating Model2 into Package2, not only Model2 should be duplicated, but also SubModel2, which should be inserted into SubPackage1; the latter, if not existing, should be created. 13 14 Note that this is not in contrast with #4536. According to this proposal, all dependencies on libraries (i.e. packages different from the one we are duplicating from should be dealt with exactly as #4536 asks for.