Community
Participate
Working Groups
The "Create a new Package Diagram" action in Model Explorer view no longer works in latest version. Steps to reproduce : Create a Papyrus model, Right click on a package and launch "Create a new Package Diagram" action. Action looks like it executes but there is no visible effect. On another hand, the Package Diagram is not proposed for diagrams to create during Papyrus model creation wizard. It may be related (in case there is a problem in the diagram creation condition).
Created attachment 195888 [details] patch
The problem is in the creation command, the owner is tested to be an instance of java.lang.Package instead of org.eclipse.uml2.uml.Package. The patch will be applied in RC2.
Has been already fixed.