Community
Participate
Working Groups
Build Identifier: If you have any entity defined under package one.two.three, and you only delete package 'three', the .package file under 'one' and 'two' will also be deleted Reproducible: Always Steps to Reproduce: 1. Create a TS model project 2. In TS Explorer > Click on Toolbar menu > Package Presentation > Hierarchical 3. Create an entity called Ent3 under package one.two.three 4. Create an entity called Ent2 under package one.two 5. Open Navigator view > expand all the package folder > notice under each package folder, a .package file is defined 6. Right click on package 'three' in TS explorer and delete it 7. Notice that the presentation layout changes to display package 'one' and 'two' as 'one.two' even though hierarchical package presentation is selected. If you switch back to Navigator view, you'll notice that .package file has been deleted under packages 'one' and 'two', which explains why 'one.two' is displayed as such. No file under 'one' and 'two' should be deleted when a sub-package (i.e. 'three') is deleted.
Created attachment 184468 [details] 331145 patch Issue fixed. Patch attached.
Patch applied.
Verified. Thanks!