-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
Description
Describe the bug
When you rename a method in Schema the definition in Model is completely replaced and implementation of the method disappears completely.
When the method is renamed back to its original name, the definition in Model is again completely erased and the implementation of that method is reset to the default template - the original code is gone.
To Reproduce
Steps to reproduce the behavior:
- Create a Schema with a method and implement the code in the method.
- Rename the method in the Schema
- Click on the method name in Model - no method is displayed
- Rename the method back to its original name
- Click on the method name in Model - the default method template is displayed
Expected behavior
I expect the name of the method to be updated in Model and in the implementation of the method and I expect the code of the implementation to remain untouched.
Desktop (please complete the following information):
- Crostini under Chrome OS
- Version 96.0.4664.111 (Official Build) (64-bit)