Community
Participate
Working Groups
Build Identifier: When initially creating a Datatype artifact, user can give it a name that starts with a lowercase letter. However, when user tries to later rename the artifact to a different name that starts with a lowercase letter, the next/finish buttons on the refactor dialog are disabled. Reproducible: Always Steps to Reproduce: 1. Right click on your TS project > New > Datatype 2. Call it 'my_datatype' and click on finish. Notice the warning that's displayed in the dialog 3. Right click on the newly created datatype > Refactor Model > Rename > call it 'my_datatype2'. Notice the warning is displayed again. However, the next/finish buttons are disabled. You have to give it a name that starts with an uppercase letter in order for the buttons to get enabled. This behavior is inconsistent, since the user is allowed to initially create this artifact with lowercase letters. Note that the same behavior is observed with other artifacts such as Enumeration.
See also 311695
This is a duplicate of 311696
(In reply to comment #2) > This is a duplicate of 311696 Yes, it is. Thanks! *** This bug has been marked as a duplicate of bug 311696 ***