There is a bug in the universalmodern template. If you load the phone profile and follow the steps outlined below then this error will throw:
{
"msg": "Duplicate name: "english" on ext-viewport between ext-textfield-1 and ext-textfield-7",
"sourceMethod": "attachNameRef",
"sourceClass": "Ext.mixin.Container"
}
Steps to reproduce:
- npm start -- make sure to load the phone profile
- open menu, click Profile
- open menu, click Personnel
- open menu, click Profile --- error throws
I've done some testing and I think it's a problem with how the form is loaded - the framework is trying to create the same thing twice and running into conflicts that way. I haven't fixed it in my generated app yet, so I don't have a solution, but I figured I should report it so it can also be fixed in the template.
Thanks!