Community
Participate
Working Groups
I observed several bugs happening when creating of diagrams of different kinds. Most of them is easy to fix and the chnage should be in the corresponding CreationCommand. That's why I put them into one request 1. Profile diagram should have 'Profile' as a root element. 2. BlockDefinition diagram should have a model with a applied profile as a root element Besides, CreateModelWizard now creates a root element and initializes the root with the default name. Basically it repeats (creates a root) functionality implemented by CreationCommand or does the fuctionality (give a default name) which is supposed to be implemented by CreationCommand.
Created attachment 171103 [details] Initial patch
(In reply to comment #0) > 2. BlockDefinition diagram should have a model with a applied profile as a root > element > This is more related to bug 315969 '[Wizard] Separate Model and Diagram initialization commands'. So, rename title: [General] Issues on New Diagram creation -> [Profile] Create Profile as a root element for a Profile Diagram
Fixed