0
limingjun2018 created
1 Answer(s)
-
0
If you build the solution, you will notice that previously generated code is still exist and causes bug in several places (ex: AppPermissions). Also somewhere in Angular side. You need to remove them.
If you would like to know why rad tool doesn't does that by itself:
Because removing code is much less reliable work than generating. Also, if generated code is modified, rad tool can not determinate which lines to remove.
1-) We could disable changing menu in UI while regenerating. Then you have to do all the work. 2-) We would allow you to change menu in UI, even though there will be errors in your project. But this way, tool will generate the new code and you will just remove the old one.
We choose the second option.